diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/objects/class_socket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_socket.cpp b/src/modules/objects/class_socket.cpp index a01b49e4d..8030cc810 100644 --- a/src/modules/objects/class_socket.cpp +++ b/src/modules/objects/class_socket.cpp @@ -571,7 +571,7 @@ KVSO_CLASS_FUNCTION(socket,setProtocol) KVSO_PARAMETERS_END(c) m_bUdp = KviQString::equalCI(szProto,"udp"); - return false; + return true; } |
