1
0
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:
Günther Deschner 2015-12-03 15:24:20 +01:00 committed by Jeremy Allison
parent 7cd429d1cd
commit c08c71c0e5

View File

@ -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;
}