summaryrefslogtreecommitdiffstats
path: root/src/nfacct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfacct.c')
-rw-r--r--src/nfacct.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nfacct.c b/src/nfacct.c
index e1c405e..091a5c9 100644
--- a/src/nfacct.c
+++ b/src/nfacct.c
@@ -581,10 +581,6 @@ static int nfacct_cmd_restore(int argc, char *argv[])
return -1;
}
- /* a single ';' terminates the input */
- if (strncmp(buffer, ";", 1) == 0)
- break;
-
*semicolon = 0;
ret = flags = 0;
quota = 0;