Whamcloud - gitweb
Fix typo in gmnal_cmd causing compile error.
authormdoyle <mdoyle>
Wed, 8 Oct 2003 09:09:58 +0000 (09:09 +0000)
committermdoyle <mdoyle>
Wed, 8 Oct 2003 09:09:58 +0000 (09:09 +0000)
lnet/klnds/gmlnd/gmlnd_module.c
lustre/portals/knals/gmnal/gmnal_module.c

index ae401a8..1260629 100644 (file)
@@ -73,7 +73,7 @@ gmnal_cmd(struct portals_cfg *pcfg, void *private)
                copy_to_user(pcfg->pcfg_pbuf2, &gnid, pcfg->pcfg_plen2);
        break;
        default:
-               CDEBUG(D_INFO, "gmnal_cmd UNKNOWN[%d]\n", pcfg->pcfg_nal_cmd);
+               CDEBUG(D_INFO, "gmnal_cmd UNKNOWN[%d]\n", pcfg->pcfg_command);
                pcfg->pcfg_nid2 = -1;
        }
 
index ae401a8..1260629 100644 (file)
@@ -73,7 +73,7 @@ gmnal_cmd(struct portals_cfg *pcfg, void *private)
                copy_to_user(pcfg->pcfg_pbuf2, &gnid, pcfg->pcfg_plen2);
        break;
        default:
-               CDEBUG(D_INFO, "gmnal_cmd UNKNOWN[%d]\n", pcfg->pcfg_nal_cmd);
+               CDEBUG(D_INFO, "gmnal_cmd UNKNOWN[%d]\n", pcfg->pcfg_command);
                pcfg->pcfg_nid2 = -1;
        }