diff options
author | Simo Sorce <idra@samba.org> | 2006-05-29 11:57:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:41 -0500 |
commit | 03703a58d7fe441ec5dcbe1814cea3f55544de55 (patch) | |
tree | afe4aa0781f0d90c919caa00718a7234d062ab1f /source4/lib/ldb/include/ldb.h | |
parent | 279e9166defca334d27bdde7805760a7de1f169f (diff) | |
download | samba-03703a58d7fe441ec5dcbe1814cea3f55544de55.tar.gz samba-03703a58d7fe441ec5dcbe1814cea3f55544de55.tar.bz2 samba-03703a58d7fe441ec5dcbe1814cea3f55544de55.zip |
r15932: Remove per request creds
They have never benn used and make little sense too imo
(This used to be commit f0c1d08d50f8a3e25650ac85b178ec7a43e433d9)
Diffstat (limited to 'source4/lib/ldb/include/ldb.h')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 9f0613feaa..8f21aec046 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -561,8 +561,6 @@ struct ldb_control { void *data; }; -struct ldb_credentials; - enum ldb_request_type { LDB_REQ_SEARCH, LDB_REQ_ADD, @@ -659,7 +657,6 @@ struct ldb_request { } op; struct ldb_control **controls; - struct ldb_credentials *creds; struct { void *context; |