mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r25668: Hopefully fix the build, sorry...
Guenther
(This used to be commit df94fbfe96
)
This commit is contained in:
parent
8071c56ac2
commit
6282194fe5
@ -165,4 +165,8 @@
|
||||
#define NERR_BASE (2100)
|
||||
#endif
|
||||
|
||||
#ifndef FRS_ERR_BASE
|
||||
#define FRS_ERR_BASE (8000)
|
||||
#endif
|
||||
|
||||
#endif /* _DOSERR_H */
|
||||
|
@ -179,9 +179,6 @@ typedef uint32_t WERROR;
|
||||
#define WERR_DS_DUP_MSDS_INTID W_ERROR(0x00002195)
|
||||
|
||||
/* FRS errors */
|
||||
#ifndef FRS_ERR_BASE
|
||||
#define FRS_ERR_BASE (8000)
|
||||
#endif
|
||||
#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(FRS_ERROR_BASE+17)
|
||||
|
||||
/* SEC errors */
|
||||
|
Loading…
Reference in New Issue
Block a user