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:
parent
cc469157f6
commit
a30549bbf4
@ -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!!!!!!!";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user