werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/libsmb/libsmb_dir.c
authorGünther Deschner <gd@samba.org>
Thu, 3 Dec 2015 14:24:20 +0000 (15:24 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 27 Sep 2016 22:04:20 +0000 (00:04 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/libsmb_dir.c

index 97ecaa405a78d904db9a1953a71a5a20bf07463d..714a97c50ad576647c3624128f3a8e99bf7a1f01 100644 (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;
        }