s4-smb2: Fix a talloc crash bug.
authorAndreas Schneider <asn@samba.org>
Wed, 11 Apr 2012 12:15:54 +0000 (14:15 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 11 Apr 2012 13:59:39 +0000 (15:59 +0200)
commitdba2ed9ac1710aff2ecc3e9f9463b786e90cd9e3
tree718b508be9d37a6ec3ea1a4a8c9034b76ad44d44
parente02a788f6085cfa93e5b521ef4e0ced06e4353e3
s4-smb2: Fix a talloc crash bug.

The talloc context needs to be initialzed or NULL. So move
talloc_steal() to the position where req is initialized.

Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Wed Apr 11 15:59:39 CEST 2012 on sn-devel-104
source4/smb_server/smb2/receive.c