Whamcloud - gitweb
LU-10531 obd: handle case tgt equals fsname for obdname2fsname
[fs/lustre-release.git] / lustre / ptlrpc / sec_config.c
index dc3178c..b661ff8 100644 (file)
@@ -625,7 +625,9 @@ static int __sptlrpc_process_config(struct lustre_cfg *lcfg,
         char                    fsname[MTI_NAME_MAXLEN];
         struct sptlrpc_rule     rule;
         int                     rc;
-        ENTRY;
+
+       ENTRY;
+       print_lustre_cfg(lcfg);
 
         target = lustre_cfg_string(lcfg, 1);
         if (target == NULL) {