From c087807ee4bc1fd81e28ea3397cc5d07292cdc3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 28 Aug 2007 14:31:31 +0000 Subject: [PATCH] r24740: Fix the build. Guenther (This used to be commit a30549bbf4521232158262e117219b0fa8f5eb74) --- source3/nsswitch/wb_common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/nsswitch/wb_common.c b/source3/nsswitch/wb_common.c index d717e9db7fa..feae08ef3e3 100644 --- a/source3/nsswitch/wb_common.c +++ b/source3/nsswitch/wb_common.c @@ -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!!!!!!!"; } -- 2.34.1