diff options
author | Jim McDonough <jmcd@samba.org> | 2003-01-20 19:31:01 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2003-01-20 19:31:01 +0000 |
commit | ebe53e592a1e7ad855774786efae253bd226c656 (patch) | |
tree | c2f4aff741930509ad24de1b0cbe81c4d983f631 | |
parent | 115f3d847057f1314465376a730f62b925059912 (diff) | |
download | samba-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)
-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. */ |