tail -F would segfault
authorJim Meyering <jim@meyering.net>
Sun, 30 Sep 2001 11:32:58 +0000 (11:32 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 30 Sep 2001 11:32:58 +0000 (11:32 +0000)
(parse_options): Add missing `break;' from last change.

src/tail.c

index edaf09f..7b4fa71 100644 (file)
@@ -1378,6 +1378,7 @@ parse_options (int argc, char **argv,
          forever = 1;
          follow_mode = Follow_name;
          reopen_inaccessible_files = 1;
+         break;
 
        case 'c':
        case 'n':