]> arthur.barton.de Git - netatalk.git/commitdiff
Fix a bug that crept in with last commit
authorbfernhomberg <bfernhomberg>
Fri, 29 Aug 2003 23:35:34 +0000 (23:35 +0000)
committerbfernhomberg <bfernhomberg>
Fri, 29 Aug 2003 23:35:34 +0000 (23:35 +0000)
etc/afpd/afp_asp.c

index 6ea4729ae764db1298ac1adc24e22c50d2663448..31aa8a753db1fadd6af549eb83fc4270f0074712 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: afp_asp.c,v 1.20 2003-08-29 23:05:37 bfernhomberg Exp $
+ * $Id: afp_asp.c,v 1.21 2003-08-29 23:35:34 bfernhomberg Exp $
  *
  * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu)
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
@@ -180,7 +180,7 @@ static void afp_asp_timedown()
 #ifdef SERVERTEXT
 static void afp_asp_getmesg (int sig)
 {
-    readmessage(child);
+    readmessage();
     asp_attention(child->handle, AFPATTN_MESG | AFPATTN_TIME(5));
 }
 #endif /* SERVERTEXT */