summaryrefslogtreecommitdiffstats
path: root/source/include/ads.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-06-27 01:03:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:18:59 -0500
commit2b8d72f09c6d79d5d41421545b538da573adcd9d (patch)
tree58ad4ef3b795d234540cd963820cd1193dde3497 /source/include/ads.h
parentbe888a3cda637149c3183418c6e721c6fef1b652 (diff)
downloadsamba-2b8d72f09c6d79d5d41421545b538da573adcd9d.tar.gz
samba-2b8d72f09c6d79d5d41421545b538da573adcd9d.tar.xz
samba-2b8d72f09c6d79d5d41421545b538da573adcd9d.zip
r16548: Fix bug #3867 reported by jason@ncac.gwu.edu.
Jeremy.
Diffstat (limited to 'source/include/ads.h')
-rw-r--r--source/include/ads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/ads.h b/source/include/ads.h
index 74a29e4f795..0ef84b48058 100644
--- a/source/include/ads.h
+++ b/source/include/ads.h
@@ -5,6 +5,7 @@
*/
enum wb_posix_mapping {
+ WB_POSIX_MAP_UNKNOWN = -1,
WB_POSIX_MAP_TEMPLATE = 0,
WB_POSIX_MAP_SFU = 1,
WB_POSIX_MAP_RFC2307 = 2,