diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-21 02:32:19 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-21 02:32:19 +0200 |
commit | 442d31c7f699628a603ee3bef3831441b43afb69 (patch) | |
tree | de39e7e9bcc74f45ec521d663bb4321e19afb1f8 /source3 | |
parent | f63c83deef52afcbe27c1664031a5eed009f3a44 (diff) | |
parent | 0e2928f94651c53d653a3ad83bbda5608b4d4c24 (diff) | |
download | samba-442d31c7f699628a603ee3bef3831441b43afb69.tar.gz samba-442d31c7f699628a603ee3bef3831441b43afb69.tar.bz2 samba-442d31c7f699628a603ee3bef3831441b43afb69.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/idmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/idmap.h b/source3/include/idmap.h index 95c3e4c0c2..4322192155 100644 --- a/source3/include/idmap.h +++ b/source3/include/idmap.h @@ -31,8 +31,9 @@ Updated to 3 for enum types by JRA. */ /* Updated to 4, completely new interface, SSS */ +/* Updated to 5, simplified interface by Volker */ -#define SMB_IDMAP_INTERFACE_VERSION 4 +#define SMB_IDMAP_INTERFACE_VERSION 5 struct idmap_domain { const char *name; |