r3044: resolve the error code for WERR_DS_OBJ_NOT_FOUND to the name
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Oct 2004 15:26:16 +0000 (15:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:01:53 +0000 (13:01 -0500)
metze

source/libcli/util/doserr.c

index b8605864fc0ebd2a0bf6686612cf482c1f1af855..c8e0e89078ca4bbb8f50e08d758d6b777a73492d 100644 (file)
@@ -67,6 +67,7 @@ static const struct werror_code_struct dos_errs[] =
        { "WERR_DFS_CANT_CREATE_JUNCT", WERR_DFS_CANT_CREATE_JUNCT },
        { "WERR_INVALID_SECURITY_DESCRIPTOR", WERR_INVALID_SECURITY_DESCRIPTOR },
        { "WERR_INVALID_OWNER", WERR_INVALID_OWNER },
+       { "WERR_DS_OBJ_NOT_FOUND", WERR_DS_OBJ_NOT_FOUND },
        { NULL, W_ERROR(0) }
 };