r1428: Remove *completly bogus* memset. (No doubt my bug, too...).
commit608172ebe31abd4ffa9584fd3fe411cb0955f5fa
authorAndrew Bartlett <abartlet@samba.org>
Sat, 10 Jul 2004 03:26:43 +0000 (10 03:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:11 +0000 (10 10:52 -0500)
treeec82165f2eeb4d361976e80f943587031a863855
parent060cb43ee4d76768dffddd3a890b893aa221ce94
r1428: Remove *completly bogus* memset.  (No doubt my bug, too...).

This memset could well have clobbered bits of the stack, because
session_key changed from

char session_key[16];

to

DATA_BLOB session_key

Andrew Bartlett
(This used to be commit 54248a405c9459f93f4200ebb0dc71748ae2fc83)
source3/libsmb/clikrb5.c