From ebe53e592a1e7ad855774786efae253bd226c656 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Mon, 20 Jan 2003 19:31:01 +0000 Subject: [PATCH] should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the build (This used to be commit aceaaad1c2efce41fe0e03655b0ca0583788d7ab) --- source3/libsmb/clikrb5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c index 20d0906e713..8b89763c3f1 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. */