diff options
author | Günther Deschner <gd@samba.org> | 2009-03-02 13:07:46 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-02 14:24:57 +0100 |
commit | db728c1ade8a6030748d535e391460e294e6ad10 (patch) | |
tree | 02812e02242871f4126cb43ea2004226fd748d52 /libcli/util/werror.h | |
parent | 212756646efa85880a6b50aa7cb404e402c2ae4a (diff) | |
download | samba-db728c1ade8a6030748d535e391460e294e6ad10.tar.gz samba-db728c1ade8a6030748d535e391460e294e6ad10.tar.xz samba-db728c1ade8a6030748d535e391460e294e6ad10.zip |
error-codes: add WERR_DEVICE_NOT_CONNECTED.
Guenther
Diffstat (limited to 'libcli/util/werror.h')
-rw-r--r-- | libcli/util/werror.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |