From: Günther Deschner Date: Thu, 3 Dec 2015 14:24:33 +0000 (+0100) Subject: werror: replace WERR_DEST_NOT_FOUND with WERR_NERR_DESTNOTFOUND in source3/lib/netapi... X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=a3ac8e6600f87f855147360c260a87ff01e36398;p=metze%2Fsamba%2Fwip.git werror: replace WERR_DEST_NOT_FOUND with WERR_NERR_DESTNOTFOUND in source3/lib/netapi/cm.c Guenther Signed-off-by: Guenther Deschner Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/netapi/cm.c b/source3/lib/netapi/cm.c index bc50f94bab8e..7e16b4d890cb 100644 --- a/source3/lib/netapi/cm.c +++ b/source3/lib/netapi/cm.c @@ -252,7 +252,7 @@ WERROR libnetapi_open_pipe(struct libnetapi_ctx *ctx, libnetapi_set_error_string(ctx, "failed to open PIPE %s: %s", table->name, get_friendly_nt_error_msg(status)); - return WERR_DEST_NOT_FOUND; + return WERR_NERR_DESTNOTFOUND; } *presult = result;