r10656: BIG merge from trunk. Features not copied over
[ira/wip.git] / source3 / auth / auth_winbind.c
index 3a81cba626d7655acc5f3a46cf89a6d77c53d314..0c263b6ab31bc60ef42a545727dbadbd65ae1b29 100644 (file)
@@ -38,7 +38,7 @@ static NTSTATUS get_info3_from_ndr(TALLOC_CTX *mem_ctx, struct winbindd_response
                }
                prs_copy_data_in(&ps, (char *)info3_ndr, len);
                prs_set_offset(&ps,0);
-               if (!net_io_user_info3("", info3, &ps, 1, 3)) {
+               if (!net_io_user_info3("", info3, &ps, 1, 3, False)) {
                        DEBUG(2, ("get_info3_from_ndr: could not parse info3 struct!\n"));
                        return NT_STATUS_UNSUCCESSFUL;
                }