summaryrefslogtreecommitdiff
path: root/source3/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
commitad6f4f14ad10dab330e51ad36f8f8d6ccc065be2 (patch)
tree32bbde542a0a52950948f49e961a163b81c2e9b1 /source3/include/ads.h
parent7d187fe7e098c16077d655978a5ee06d5695ea41 (diff)
downloadsamba-ad6f4f14ad10dab330e51ad36f8f8d6ccc065be2.tar.gz
samba-ad6f4f14ad10dab330e51ad36f8f8d6ccc065be2.tar.bz2
samba-ad6f4f14ad10dab330e51ad36f8f8d6ccc065be2.zip
r16548: Fix bug #3867 reported by jason@ncac.gwu.edu.
Jeremy. (This used to be commit 2b8d72f09c6d79d5d41421545b538da573adcd9d)
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r--source3/include/ads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h
index 74a29e4f79..0ef84b4805 100644
--- a/source3/include/ads.h
+++ b/source3/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,