1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r24740: Fix the build.

Guenther
This commit is contained in:
Günther Deschner 2007-08-28 14:31:31 +00:00 committed by Gerald (Jerry) Carter
parent cc469157f6
commit a30549bbf4

View File

@ -687,8 +687,10 @@ const char *nss_err_str(NSS_STATUS ret)
return "NSS_STATUS_NOTFOUND";
case NSS_STATUS_UNAVAIL:
return "NSS_STATUS_UNAVAIL";
#ifdef NSS_STATUS_RETURN
case NSS_STATUS_RETURN:
return "NSS_STATUS_RETURN";
#endif
default:
return "UNKNOWN RETURN CODE!!!!!!!";
}