]> arthur.barton.de Git - netatalk.git/blobdiff - bin/aecho/aecho.c
MFH sleep and unix priv functionalities.
[netatalk.git] / bin / aecho / aecho.c
index 3ce4fbfd0838e040751783b896ec23721c594d7e..410888b5395484c8ff4ef530676ee43a213e7c7c 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.10.1 2003-07-21 05:50:53 didg 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;