fix-typo-20040316

fix last commit
This commit is contained in:
Jeffrey Altman 2004-03-17 04:20:31 +00:00 committed by Jeffrey Altman
parent 7bb8cfd27f
commit 1da4853098

View File

@ -518,7 +518,7 @@ extern "C" long lana_GetUncServerNameEx(char *buffer, lana_number_t * pLana, int
regLana = nLana; regLana = nLana;
} }
if(rebNbName[0] && if(regNbName[0] &&
(regLana >=0 && lana_IsLoopback((lana_number_t) regLana))) { (regLana >=0 && lana_IsLoopback((lana_number_t) regLana))) {
strncpy(nbName,regNbName,15); strncpy(nbName,regNbName,15);
nbName[16] = 0; nbName[16] = 0;