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)
committerKarolin Seeger <kseeger@samba.org>
Mon, 16 Jun 2008 11:31:58 +0000 (13:31 +0200)
commit16f9c081757e64749184d0c719dcbe4b045064c4
treecd0777ac19116357199438e29c25d4142aa757a5
parent3f7ab6f52c2da40056e85441e01ed4d413f388ff
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