summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-01-20 19:31:01 +0000
committerJim McDonough <jmcd@samba.org>2003-01-20 19:31:01 +0000
commitebe53e592a1e7ad855774786efae253bd226c656 (patch)
treec2f4aff741930509ad24de1b0cbe81c4d983f631 /source3/libsmb
parent115f3d847057f1314465376a730f62b925059912 (diff)
downloadsamba-ebe53e592a1e7ad855774786efae253bd226c656.tar.gz
samba-ebe53e592a1e7ad855774786efae253bd226c656.tar.bz2
samba-ebe53e592a1e7ad855774786efae253bd226c656.zip
should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the build
(This used to be commit aceaaad1c2efce41fe0e03655b0ca0583788d7ab)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/clikrb5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c
index 20d0906e71..8b89763c3f 100644
--- a/source3/libsmb/clikrb5.c
+++ b/source3/libsmb/clikrb5.c
@@ -23,7 +23,7 @@
#ifdef HAVE_KRB5
-#ifndef KRB5_SET_REAL_TIME
+#ifndef HAVE_KRB5_SET_REAL_TIME
/*
* This function is not in the Heimdal mainline.
*/