summaryrefslogtreecommitdiff
path: root/source3/smbd/negprot.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-05-31 02:03:58 +0000
committerJeremy Allison <jra@samba.org>2003-05-31 02:03:58 +0000
commit0899066fd6afc0fa8617d9e8c6dc5f6a7ece1dc5 (patch)
tree9e03fbc5696af23fedc6968c3ca172deb4688219 /source3/smbd/negprot.c
parent1fdbe30685501362fc90bdd968453f726e18c6eb (diff)
downloadsamba-0899066fd6afc0fa8617d9e8c6dc5f6a7ece1dc5.tar.gz
samba-0899066fd6afc0fa8617d9e8c6dc5f6a7ece1dc5.tar.bz2
samba-0899066fd6afc0fa8617d9e8c6dc5f6a7ece1dc5.zip
Got us happy running under valgrind again :-).
Jeremy. (This used to be commit b6ab9d73610861d225d72845d4df7cf970155e39)
Diffstat (limited to 'source3/smbd/negprot.c')
-rw-r--r--source3/smbd/negprot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c
index 648801e955..2a2ca25532 100644
--- a/source3/smbd/negprot.c
+++ b/source3/smbd/negprot.c
@@ -184,6 +184,7 @@ static int negprot_spnego(char *p)
safe_strcpy((char *)guid, global_myname(), sizeof(guid)-1);
#ifdef DEVELOPER
+ /* valgrind fixer... */
{
size_t sl = strlen(guid);
if (sizeof(guid)-sl)