summaryrefslogtreecommitdiffstats
path: root/source/include/safe_string.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-06-22 00:48:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:00 -0500
commitf0f2e28958cb9abfed216c71f291f19ea346d630 (patch)
tree47184afdba976e2716ec2de5c50e4bf7db92895a /source/include/safe_string.h
parentbe8a2dc00dd876c4b596600ae72d4ac05f9ebe64 (diff)
downloadsamba-f0f2e28958cb9abfed216c71f291f19ea346d630.tar.gz
samba-f0f2e28958cb9abfed216c71f291f19ea346d630.tar.xz
samba-f0f2e28958cb9abfed216c71f291f19ea346d630.zip
r1215: Intermediate checkin of the new keytab code. I need to make sure I
haven't broken krb5 ticket verification in the mainline code path, also need to check with valgrind. Everything now compiles (MIT, need to also check Heimdal) and the "net keytab" utility code will follow. Jeremy.
Diffstat (limited to 'source/include/safe_string.h')
-rw-r--r--source/include/safe_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/safe_string.h b/source/include/safe_string.h
index b22c5efcc99..d278e29aca5 100644
--- a/source/include/safe_string.h
+++ b/source/include/safe_string.h
@@ -59,7 +59,7 @@
#ifdef strncasecmp
#undef strncasecmp
#endif
-#define strncasecmp __ERROR__XX__NEVER_USE_STRCASECMP__;
+#define strncasecmp __ERROR__XX__NEVER_USE_STRNCASECMP__;
#endif /* !_SPLINT_ */