From: Robert Spalek Date: Mon, 5 Mar 2001 12:26:54 +0000 (+0000) Subject: bugfix X-Git-Tag: holmes-import~1525 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=047ea19a41d467ea216bbbe87573699a982b9021;p=libucw.git bugfix --- diff --git a/lib/conf.c b/lib/conf.c index a357cfeb..c96d9fb3 100644 --- a/lib/conf.c +++ b/lib/conf.c @@ -258,6 +258,7 @@ int cf_getopt(int argc,char * const argv[], }else if(res==-1){ if(cfdeffile) cf_read(cfdeffile); + return res; }else{ /* unhandled option */ return res; }