diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-07 09:58:29 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-07 12:20:49 +0200 |
commit | 94899cd83ce2270d7760e0f9bb472b80de89f80b (patch) | |
tree | ea2c769bd5ff9e236a7bc368eca193f6dabfa9f3 /lib/ldb/include | |
parent | c180feb16cd6933fc81e949b440707c4982a8295 (diff) | |
download | samba-94899cd83ce2270d7760e0f9bb472b80de89f80b.tar.gz samba-94899cd83ce2270d7760e0f9bb472b80de89f80b.tar.bz2 samba-94899cd83ce2270d7760e0f9bb472b80de89f80b.zip |
Revert "ldb: support raw OIDs in control string parsing"
This reverts commit ea41860d32d38448e08cefd79d30ee1150317a9e.
This is not needed, because we already have the 'local_oid' magic.
metze
Diffstat (limited to 'lib/ldb/include')
-rw-r--r-- | lib/ldb/include/ldb_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ldb/include/ldb_private.h b/lib/ldb/include/ldb_private.h index db2457d6df..cafc020e29 100644 --- a/lib/ldb/include/ldb_private.h +++ b/lib/ldb/include/ldb_private.h @@ -40,7 +40,6 @@ #include "replace.h" #include "system/filesys.h" #include "system/time.h" -#include "system/locale.h" #include "ldb.h" #include "ldb_module.h" |