summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-27 01:06:36 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-23 12:07:44 +0100
commitfdbd01ff4c2a8bfa8309816589cb61e5740174a6 (patch)
tree28b74bb36673c0a304d25a46b8fd3dda62536fa9 /source3/libsmb
parenta141aaa473d005ef13ff6cd24d82533308c751cf (diff)
downloadsamba-fdbd01ff4c2a8bfa8309816589cb61e5740174a6.tar.gz
s3-kerberos: Fix Bug #6929: build with recent heimdal.
Heimdal changed the KRB5_DEPRECATED define (which now may not take an identifier for activation) in new releases (like 1.3.1). Guenther (cherry picked from commit 1a8f8382740e352a83133b8c49aaedd4716210cd) (cherry picked from commit 83ee139ddde91bffc7b5921eb5e6a4364a408d38)
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 1ccc7ecdec3..bf392044e4f 100644
--- a/source3/libsmb/clikrb5.c
+++ b/source3/libsmb/clikrb5.c
@@ -21,7 +21,7 @@
*/
#define KRB5_PRIVATE 1 /* this file uses PRIVATE interfaces! */
-#define KRB5_DEPRECATED 1 /* this file uses DEPRECATED interfaces! */
+/* this file uses DEPRECATED interfaces! */
#include "includes.h"