s3: Fix bug 7253
authorVolker Lendecke <vl@samba.org>
Tue, 16 Mar 2010 20:03:34 +0000 (21:03 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 9 Jun 2010 08:27:17 +0000 (10:27 +0200)
commit1fd15dcb7c31f18036ce15cb504ae2d4a9122629
treebbb3e89197806c2c09c23c05233287e50408c602
parent34a8324409961c4837e83c714fb1a285f238312d
s3: Fix bug 7253

acct_ctrl is 32 bit in LOGIN_CACHE, but "w" as a format specifier for
tdb_unpack only writes 16 bits. Okay on x86, not okay on Solaris.

Thanks to Vladimir.Marek@Sun.COM!

Volker
source3/passdb/login_cache.c