Fix the O3 developer build
[nivanova/samba-autobuild/.git] / source4 / torture / winbind / struct_based.c
index cc49c5d7c04ae30e12b09209cf185d8d9aeee0be..0096fefcbbd405b3a1f21734292059ab99971f6d 100644 (file)
@@ -896,7 +896,7 @@ static bool parse_domain_user(struct torture_context *torture,
                              fstring user)
 {
        char *p = strchr(domuser, winbind_separator(torture));
-       char *dom;
+       char *dom = NULL;
 
        if (!p) {
                /* Maybe it was a UPN? */