r6271: Don't zero the cli_credentials structure - instead allow valgrind to
authorAndrew Bartlett <abartlet@samba.org>
Sun, 10 Apr 2005 10:11:36 +0000 (10:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:29 +0000 (13:11 -0500)
commit6d1ae6d35aca66cff090d40927da1ac093dc65ce
treee67493b5c69f25fa7f7ae353ecb4ccdb1cce0a30
parent20841a25ad2a45ec920d9ad41f1279cbe2aa196f
r6271: Don't zero the cli_credentials structure - instead allow valgrind to
track the use of un-initialised values.

This change will require a recompile from clean, as the enum
describing the status of each element now has a default of
CRED_UNINITIALISED.

Andrew Bartlett
(This used to be commit 83c2eb806d43f588bd06336aa7e2dbdc00dc2c67)
source4/include/credentials.h
source4/lib/credentials.c