diff options
author | Jim McDonough <jmcd@samba.org> | 2003-01-20 19:37:11 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2003-01-20 19:37:11 +0000 |
commit | 51d3f6175041a3bf2d292997f137f129aaca83fb (patch) | |
tree | 2ac86e6d6985a7ca1c0147ff222d64358d972199 | |
parent | 812e093f026a3575f00633c8d4d63b8bdb8a1bcb (diff) | |
download | samba-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)
-rw-r--r-- | source3/libsmb/clikrb5.c | 2 |
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. */ |