From db728c1ade8a6030748d535e391460e294e6ad10 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 Mar 2009 13:07:46 +0100 Subject: error-codes: add WERR_DEVICE_NOT_CONNECTED. Guenther --- libcli/util/werror.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcli/util/werror.h') diff --git a/libcli/util/werror.h b/libcli/util/werror.h index 15251a44fc..d92232706a 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -114,6 +114,7 @@ typedef uint32_t WERROR; #define WERR_SERVICE_ALREADY_RUNNING W_ERROR(1056) #define WERR_SERVICE_DISABLED W_ERROR(1058) #define WERR_SERVICE_NEVER_STARTED W_ERROR(1077) +#define WERR_DEVICE_NOT_CONNECTED W_ERROR(1167) #define WERR_NOT_FOUND W_ERROR(1168) #define WERR_INVALID_COMPUTERNAME W_ERROR(1210) #define WERR_INVALID_DOMAINNAME W_ERROR(1212) -- cgit