Fix bug discovered with "encryped passwords = no".
authorJeremy Allison <jra@samba.org>
Mon, 29 Nov 2010 20:36:05 +0000 (12:36 -0800)
committerJeremy Allison <jra@samba.org>
Mon, 29 Nov 2010 21:24:01 +0000 (22:24 +0100)
commitd38cd9b671dcd0b607e2ba265c6578dc78903386
tree93b884d830e98525f39c307ad769205c332b3ab7
parent53712fbb4fa1988480467e73b3b1ea88f9584abb
Fix bug discovered with "encryped passwords = no".

message_push_string() and message_push_blob() both update
the bcc value, so we don't need the old code that tries to
do it manually.

Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Mon Nov 29 22:24:01 CET 2010 on sn-devel-104
source3/smbd/negprot.c