X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fconf.c;h=e308f5bf09a546b85017eea5e551ddbc8ceecc7b;hp=893f031283114ef403c44ca2e9706d2ec551902e;hb=377462ac166f16d479a1cb9a02ad21e7c31bb9b2;hpb=3c443264cbef7b1e1fe08cc51cb7ad6d5752e7ae diff --git a/config/conf.c b/config/conf.c index 893f031..e308f5b 100644 --- a/config/conf.c +++ b/config/conf.c @@ -615,7 +615,8 @@ int main(int ac, char **av) conf_set_all_new_symbols(def_default); break; case randconfig: - conf_set_all_new_symbols(def_random); + /* Really nothing to do in this loop */ + while (conf_set_all_new_symbols(def_random)) ; break; case defconfig: conf_set_all_new_symbols(def_default);