From ad6f4f14ad10dab330e51ad36f8f8d6ccc065be2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 27 Jun 2006 01:03:58 +0000 Subject: r16548: Fix bug #3867 reported by jason@ncac.gwu.edu. Jeremy. (This used to be commit 2b8d72f09c6d79d5d41421545b538da573adcd9d) --- source3/include/ads.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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, -- cgit