X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send_common.c;h=d9616248b5dcf1a814ef7e3c457891bdd64c2ffb;hp=bc6892ccc2dbb0479e1cf6b8724417a32d1b35cc;hb=a5927501e41fa3fca2975452617474e78ffecc48;hpb=ed0c68b07ddbc130e033035baa1cc0862e511b46 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;