1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Fix for fussy Solaris compiler.

(This used to be commit d50005d4c1)
This commit is contained in:
Tim Potter 2001-10-21 07:01:01 +00:00
parent 51bc5f128c
commit e68daea2bd

View File

@ -802,7 +802,7 @@ enum winbindd_result winbindd_list_groups(struct winbindd_cli_state *state)
/* skip remainder of loop if we idn;t retrieve any groups */
if (num_domain_entries == 0)
goto next_group;
continue;
/* setup the groups struct to contain all the groups
retrieved for this domain */
@ -849,8 +849,6 @@ enum winbindd_result winbindd_list_groups(struct winbindd_cli_state *state)
extra_data[extra_data_len++] = ',';
}
next_group:
}
/* Assign extra_data fields in response structure */