diff options
author | Günther Deschner <gd@samba.org> | 2007-10-16 14:09:49 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:43:07 +0100 |
commit | 47f67ef366bca56ad9b4a561d183a35aa464b4ba (patch) | |
tree | 3cdc379c7f507a99e6d2776e9dc4d95bea332a4c | |
parent | 6282194fe5288f0118135ea492d8ec68d093491d (diff) | |
download | samba-47f67ef366bca56ad9b4a561d183a35aa464b4ba.tar.gz samba-47f67ef366bca56ad9b4a561d183a35aa464b4ba.tar.bz2 samba-47f67ef366bca56ad9b4a561d183a35aa464b4ba.zip |
r25669: Real build fix.
Guenther
(This used to be commit 1b9e526bf60372e5b3731e98dbfcc029b04e4b01)
-rw-r--r-- | source4/libcli/util/werror.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/util/werror.h b/source4/libcli/util/werror.h index 48f5b40091..e058120dce 100644 --- a/source4/libcli/util/werror.h +++ b/source4/libcli/util/werror.h @@ -179,7 +179,7 @@ typedef uint32_t WERROR; #define WERR_DS_DUP_MSDS_INTID W_ERROR(0x00002195) /* FRS errors */ -#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(FRS_ERROR_BASE+17) +#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(FRS_ERR_BASE+17) /* SEC errors */ #define WERR_SEC_E_ENCRYPT_FAILURE W_ERROR(0x80090329) |