summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-01-20 19:37:11 +0000
committerJim McDonough <jmcd@samba.org>2003-01-20 19:37:11 +0000
commit51d3f6175041a3bf2d292997f137f129aaca83fb (patch)
tree2ac86e6d6985a7ca1c0147ff222d64358d972199 /source3
parent812e093f026a3575f00633c8d4d63b8bdb8a1bcb (diff)
downloadsamba-51d3f6175041a3bf2d292997f137f129aaca83fb.tar.gz
samba-51d3f6175041a3bf2d292997f137f129aaca83fb.tar.bz2
samba-51d3f6175041a3bf2d292997f137f129aaca83fb.zip
should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the build
(This used to be commit 9f1f3cb8bb3d7d9b4fb414b06ad10356f775bb28)
Diffstat (limited to 'source3')
-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.
*/