Fix an uninitialized variable found by the IBM checker
authorVolker Lendecke <vl@samba.org>
Sat, 14 Jun 2008 22:22:47 +0000 (00:22 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 14 Jun 2008 22:24:18 +0000 (00:24 +0200)
commit5663587e5e4703f9e3ff6d78d1f3248053ccd4c0
treeb2aab88d1085fa549139295ae1eb297e588a26e9
parent26c05a52b73763dad5ad0525dab6e20014c3f8d6
Fix an uninitialized variable found by the IBM checker

BAIL_ON_PTR_ERROR jumps to done: which will access extra_data before it's
initialized.

Stefan, please check!

Volker
(cherry picked from commit b59636f78d351ed6d52c4a9fdccdb7850388526c)
source/nsswitch/libwbclient/wbc_pwd.c