diff options
author | Volker Lendecke <vl@samba.org> | 2015-02-25 12:19:44 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2015-02-25 16:32:29 +0100 |
commit | a99a5a34a54082162f920fcccbe5561320a5d40a (patch) | |
tree | 32aaed96eb3eade5ad47ff0b4341914f3b5cd8cd /source4/torture/winbind/struct_based.c | |
parent | b72cc326f67d2b19f247e14424adc46275b2db25 (diff) | |
download | samba-a99a5a34a54082162f920fcccbe5561320a5d40a.tar.gz |
Fix the developer O3 build
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Autobuild-User(master): Alexander Bokovoy <ab@samba.org>
Autobuild-Date(master): Wed Feb 25 16:32:29 CET 2015 on sn-devel-104
Diffstat (limited to 'source4/torture/winbind/struct_based.c')
-rw-r--r-- | source4/torture/winbind/struct_based.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/winbind/struct_based.c b/source4/torture/winbind/struct_based.c index 2bd744350c1..cc49c5d7c04 100644 --- a/source4/torture/winbind/struct_based.c +++ b/source4/torture/winbind/struct_based.c @@ -991,7 +991,7 @@ static bool torture_winbind_struct_lookup_name_sid(struct torture_context *tortu struct winbindd_request req; struct winbindd_response rep; const char *invalid_sid = "S-0-0-7"; - char *domain; + char *domain = NULL; const char *invalid_user = "noone"; char *invalid_name; bool strict = torture_setting_bool(torture, "strict mode", false); |