summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/wb_common.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-08-28 14:31:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:16 -0500
commita30549bbf4521232158262e117219b0fa8f5eb74 (patch)
tree5b01b2772c2ecb4b4601cd1e96c1c5e251598f23 /source/nsswitch/wb_common.c
parentcc469157f6684ec507bf1c3a659fc36a53d304a1 (diff)
downloadsamba-a30549bbf4521232158262e117219b0fa8f5eb74.tar.gz
samba-a30549bbf4521232158262e117219b0fa8f5eb74.tar.xz
samba-a30549bbf4521232158262e117219b0fa8f5eb74.zip
r24740: Fix the build.
Guenther
Diffstat (limited to 'source/nsswitch/wb_common.c')
-rw-r--r--source/nsswitch/wb_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/nsswitch/wb_common.c b/source/nsswitch/wb_common.c
index d717e9db7fa..feae08ef3e3 100644
--- a/source/nsswitch/wb_common.c
+++ b/source/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!!!!!!!";
}