diff options
author | Günther Deschner <gd@samba.org> | 2008-04-10 21:19:30 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-10 21:19:30 +0200 |
commit | 0f50f207b764b68fece8d67a7ca8d049e4184af4 (patch) | |
tree | 216e0ac0ba096a9426ed8bd2c5d99cb297baebdc | |
parent | 948ebaf0330368ce8fb12ae65f8fcf550a6aab2a (diff) | |
download | samba-0f50f207b764b68fece8d67a7ca8d049e4184af4.tar.gz samba-0f50f207b764b68fece8d67a7ca8d049e4184af4.tar.bz2 samba-0f50f207b764b68fece8d67a7ca8d049e4184af4.zip |
Add MAX_NERR define.
Guenther
(This used to be commit 729eda95401e63feabb3ed329c6d2888dabe1d68)
-rw-r--r-- | source3/include/doserr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h index 5794fbe71c..d5892c1652 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -270,6 +270,10 @@ #define NERR_BASE (2100) #endif +#ifndef MAX_NERR +#define MAX_NERR (NERR_BASE+899) +#endif + #define WERR_DFS_NO_SUCH_VOL W_ERROR(NERR_BASE+562) #define WERR_DFS_NO_SUCH_SHARE W_ERROR(NERR_BASE+565) #define WERR_DFS_NO_SUCH_SERVER W_ERROR(NERR_BASE+573) |