]> arthur.barton.de Git - netatalk.git/blobdiff - contrib/timelord/timelord.c
Timelord compilation fixes and makefile adjustment
[netatalk.git] / contrib / timelord / timelord.c
index ed98695c9db5fbd9d20e49ba6f4e618427c6e982..f17f943b8ffa3e5bf6ded02fe822b731d5007045 100644 (file)
@@ -148,7 +148,7 @@ main( ac, av )
     openlog( p, LOG_NDELAY|LOG_PID, LOG_DAEMON );
 #endif ultrix
 
-    if (( atp = atp_open( 0 )) == NULL ) {
+    if (( atp = atp_open( ATADDR_ANYPORT, &sat.sat_addr )) == NULL ) {
        syslog( LOG_ERR, "main: atp_open: %m" );
        exit( 1 );
     }