]> arthur.barton.de Git - netatalk.git/commitdiff
aecho -A fix.
authorsrittau <srittau>
Fri, 6 Jun 2003 19:39:34 +0000 (19:39 +0000)
committersrittau <srittau>
Fri, 6 Jun 2003 19:39:34 +0000 (19:39 +0000)
NEWS
bin/aecho/aecho.c

diff --git a/NEWS b/NEWS
index 7302d3896b34d33d8a1d25baef42d64a8999fcfe..925e7f5de347b36ae2f1674b41e79a27d6be0b7e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,8 @@ Changes in 1.6.3
 
 * FIX: afpd: Files could be opened for writing on read-only filesystems.
 * FIX: shell_utils: Don't distribute generated files.
-* FIX: automake build fixes
+* FIX: aecho: -A option didn't work. [Chris Shiels]
+* FIX: Automake build fixes.
 
 Changes in 1.6.2
 ================
index 3ce4fbfd0838e040751783b896ec23721c594d7e..228990167a13f8108e35eb50dda263ef348c5524 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: aecho.c,v 1.5 2001-08-03 22:07:22 srittau Exp $
+ * $Id: aecho.c,v 1.5.8.1 2003-06-06 19:39:34 srittau Exp $
  *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
@@ -139,6 +139,8 @@ int main( ac, av )
                fprintf(stderr, "Bad address.\n");
                exit(1);
            }
+           break;
+
          case 'c' :
            pings = atoi( optarg );
            break;