summaryrefslogtreecommitdiff
path: root/snapshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'snapshot.c')
-rw-r--r--snapshot.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/snapshot.c b/snapshot.c
index 9763d6e..2b643cd 100644
--- a/snapshot.c
+++ b/snapshot.c
@@ -444,10 +444,6 @@ int main(int argc __attribute__((__unused__)), char *argv[] __attribute__((__unu
break;
case 'k':
snap.skip = strtoul(optarg, NULL, 10);
- if (snap.skip == 0) {
- printf("snapshot skip value must be >0.\n");
- return 1;
- }
break;
case 'N':
snap.nframes = strtoul(optarg, NULL, 10);