Explorar el Código

Bind IPv4 ports by default

tags/1.2
Timo Röhling hace 10 años
padre
commit
1493d5f38c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      postsrsd.c

+ 1
- 1
postsrsd.c Ver fichero

@@ -235,7 +235,7 @@ typedef void(*handle_t)(srs_t*, FILE*, const char*, const char*, const char**);
235 235
 
236 236
 int main (int argc, char **argv)
237 237
 {
238
-  int opt, timeout = 1800, family = AF_UNSPEC;
238
+  int opt, timeout = 1800, family = AF_INET;
239 239
   int daemonize = FALSE;
240 240
   char *forward_service = NULL, *reverse_service = NULL,
241 241
        *user = NULL, *domain = NULL, *chroot_dir = NULL;

Loading…
Cancelar
Guardar