s3: Fix some valgrind errors
authorVolker Lendecke <vl@samba.org>
Mon, 21 Jun 2010 20:20:10 +0000 (22:20 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 21 Jun 2010 20:23:30 +0000 (22:23 +0200)
commit15297eea0e6b1e95ddb9e2ccd25ff454a405c351
tree6fcabb7fcd6afc8e5051b7075033e976a78e9623
parent6227eac607131ed1042af1de83af7f70d0b05375
s3: Fix some valgrind errors

With -d 10, there were a ton of uninitialized variables: The "NegotiateFlags"
in the automatically parsed ntlmssp structures were not initialized.

This also cleans up the talloc use a bit: do early TALLOC_FREE()

Günther, please check!

Thanks,

Volker
source3/libsmb/ntlmssp.c