Fix valgrind error when running under share level security. plaintext_password
authorJeremy Allison <jra@samba.org>
Mon, 22 Mar 2010 20:05:29 +0000 (13:05 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 22 Mar 2010 20:05:29 +0000 (13:05 -0700)
commit12f97c0576c8ec6628971aa7f86d7cbc5e304293
treeed71ba8b4ca8330a5d28c684d1d0cb1550441148
parent70f9338bf2e6081916ffe5bb7cddf50b4e958b24
Fix valgrind error when running under share level security. plaintext_password
is a data blob with a data pointer pointing to an allocation of length zero.

Jeremy.
source3/auth/auth_util.c