]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - send_common.c
Merge branch 'maint'
[paraslash.git] / send_common.c
index bc6892ccc2dbb0479e1cf6b8724417a32d1b35cc..92c9ab3b982aceed323f47c1c760493ab5a4f5b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2009 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2010 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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;