mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/libsmb/libsmb_dir.c
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
7cd429d1cd
commit
c08c71c0e5
@ -317,7 +317,7 @@ net_share_enum_rpc(struct cli_state *cli,
|
||||
|
||||
if (total_entries == 0) {
|
||||
/* Nope. Go clean up. */
|
||||
result = WERR_GENERAL_FAILURE;
|
||||
result = WERR_GEN_FAILURE;
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user