summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-06-13 10:29:20 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-06-13 10:29:20 +0200
commit7ef7f4a85a8e130c2910b6be8dc66fcde6c5a74d (patch)
tree123bd71f4904f1ae1a3432909eaa4c0de300bd22 /src
parent28b0ef64d52bb8674d542efd5da7068371e3c2e8 (diff)
Revert "Minor fixed to UDP transport."
This reverts commit b3875624ba409160da6ad9292b5ec1e1ec5f2bef.
Diffstat (limited to 'src')
-rw-r--r--src/socket_base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket_base.cpp b/src/socket_base.cpp
index 9a8103e..6b8588a 100644
--- a/src/socket_base.cpp
+++ b/src/socket_base.cpp
@@ -541,7 +541,7 @@ int xs::socket_base_t::connect (const char *addr_)
// PGM does not support subscription forwarding; ask for all data to be
// sent to this pipe.
bool icanhasall = false;
- if (protocol == "pgm" || protocol == "epgm" || protocol == "udp")
+ if (protocol == "pgm" || protocol == "epgm")
icanhasall = true;
// Attach local end of the pipe to the socket object.