From e1627b3dc52f958d2ef78df9273934b96f112055 Mon Sep 17 00:00:00 2001 From: Martijn Date: Sun, 19 Oct 2014 14:38:15 +0200 Subject: [PATCH] Patch nwipe.c to fix Debian bug #755473 (thanks Mark Feenstra). --- src/nwipe.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/nwipe.c b/src/nwipe.c index cab6889..606f3fa 100644 --- a/src/nwipe.c +++ b/src/nwipe.c @@ -96,10 +96,14 @@ int main( int argc, char** argv ) else { - argv += nwipe_optind; + argv += nwipe_optind; argc -= nwipe_optind; nwipe_enumerated = nwipe_device_get( &c1, argv, argc ); + { + exit(1); + } + }