summaryrefslogtreecommitdiff
path: root/nsswitch/pam_winbind.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-10-14 12:36:02 -0700
committerJeremy Allison <jra@samba.org>2009-10-14 12:36:02 -0700
commit1c1a883bd01d0a474787f984af13543c0fd9ef6b (patch)
tree2dc3ef541303c11a684fc020adcf292100295148 /nsswitch/pam_winbind.c
parentce4542fbdeeffb20f1f93105974863aa42981e53 (diff)
downloadsamba-1c1a883bd01d0a474787f984af13543c0fd9ef6b.tar.gz
samba-1c1a883bd01d0a474787f984af13543c0fd9ef6b.tar.bz2
samba-1c1a883bd01d0a474787f984af13543c0fd9ef6b.zip
Fix the build, missing ->.
Jeremy.
Diffstat (limited to 'nsswitch/pam_winbind.c')
-rw-r--r--nsswitch/pam_winbind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c
index fd06688d08..fdb5be3223 100644
--- a/nsswitch/pam_winbind.c
+++ b/nsswitch/pam_winbind.c
@@ -980,8 +980,8 @@ static bool winbind_name_to_sid_string(struct pwb_context *ctx,
char *sid_list_buffer,
int sid_list_buffer_size)
{
- const char* sid_string;
- char *sid_str;
+ const char* sid_string = NULL;
+ char *sid_str = NULL;
/* lookup name? */
if (IS_SID_STRING(name)) {