X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=send_common.c;h=d9616248b5dcf1a814ef7e3c457891bdd64c2ffb;hb=eecc102ad0abeb0335fe994bb72031a15b9090d7;hp=bc6892ccc2dbb0479e1cf6b8724417a32d1b35cc;hpb=7964fd8324c24679ca2ec85b6e9589f24079e089;p=paraslash.git diff --git a/send_common.c b/send_common.c index bc6892cc..d9616248 100644 --- a/send_common.c +++ b/send_common.c @@ -42,7 +42,7 @@ */ static int open_sender(unsigned l4type, int port) { - int fd, ret = para_listen(AF_UNSPEC, l4type, port); + int fd, ret = para_listen_simple(l4type, port); if (ret < 0) return ret;