From 047ea19a41d467ea216bbbe87573699a982b9021 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Mon, 5 Mar 2001 12:26:54 +0000 Subject: [PATCH] bugfix --- lib/conf.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.2