diff --git a/common/config/config_load_configmodule.c b/common/config/config_load_configmodule.c
index 2c6700c73e3d14bf96eb02e36345d94017c92c5f..a41f395eddfe8fda60d2c5d35583a10c0373426f 100644
--- a/common/config/config_load_configmodule.c
+++ b/common/config/config_load_configmodule.c
@@ -201,13 +201,9 @@ int i;
 
 /* default */
   if (cfgparam == NULL) {
-         tmpflags = tmpflags | CONFIG_NOOOPT;
-     if (strstr(argv[0],"uesoftmodem") == NULL) {
-         cfgparam = CONFIG_LIBCONFIGFILE ":" DEFAULT_CFGFILENAME;
-      } else {
-         cfgparam = CONFIG_CMDLINEONLY ":dbgl0" ;         
-      }
-   }
+    tmpflags = tmpflags | CONFIG_NOOOPT;
+    cfgparam = CONFIG_CMDLINEONLY ":dbgl0" ;         
+  }
    
 /* parse the config parameters to set the config source */
    i = sscanf(cfgparam,"%m[^':']:%ms",&cfgmode,&modeparams);