1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

werror: replace WERR_DFS_INTERNAL_ERROR with WERR_NERR_DFSINTERNALERROR in source3/rpc_server/dfs/srv_dfs_nt.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:38 +01:00 committed by Jeremy Allison
parent 73be92bbba
commit 8cc1b5bcfa

View File

@ -92,7 +92,7 @@ WERROR _dfs_Add(struct pipes_struct *p, struct dfs_Add *r)
jn->referral_list = talloc_array(ctx, struct referral, jn->referral_count);
if(jn->referral_list == NULL) {
DEBUG(0,("init_reply_dfs_add: talloc failed for referral list!\n"));
return WERR_DFS_INTERNAL_ERROR;
return WERR_NERR_DFSINTERNALERROR;
}
if(old_referral_list && jn->referral_list) {