summaryrefslogtreecommitdiff
path: root/source3/libads/ads_status.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-31 14:31:13 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-31 14:31:13 +0000
commit162a6606bdcb075c256980fb3a559e59d89f2192 (patch)
treede5a719de6612449acdb88203bb80b7bf9f13346 /source3/libads/ads_status.c
parent84ecd95dba6cf03070432b3cc37d511d310d1325 (diff)
downloadsamba-162a6606bdcb075c256980fb3a559e59d89f2192.tar.gz
samba-162a6606bdcb075c256980fb3a559e59d89f2192.tar.bz2
samba-162a6606bdcb075c256980fb3a559e59d89f2192.zip
cope with systems that don't have full gssapi libs
(This used to be commit c4d928e55fe99a3a1c4e53508a44949f92d74219)
Diffstat (limited to 'source3/libads/ads_status.c')
-rw-r--r--source3/libads/ads_status.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libads/ads_status.c b/source3/libads/ads_status.c
index 51be9c806a..a28fd7b671 100644
--- a/source3/libads/ads_status.c
+++ b/source3/libads/ads_status.c
@@ -69,6 +69,8 @@ const char *ads_errstr(ADS_STATUS status)
#ifdef HAVE_KRB5
case ADS_ERROR_KRB5:
return error_message(status.rc);
+#endif
+#ifdef HAVE_GSSAPI
case ADS_ERROR_GSS:
{
gss_buffer_desc msg1, msg2;