diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-06-21 11:32:02 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-08-19 19:31:03 +0200 |
commit | 87b482a89e045b8ae253911cb55b4957ee71175e (patch) | |
tree | 56df34c75bac947e4b291b64bad26b0bf1a6e172 /lib/ldb/include | |
parent | 0825a52a369883ec422efbebfce5eaac78bf94a5 (diff) | |
download | samba-87b482a89e045b8ae253911cb55b4957ee71175e.tar.gz samba-87b482a89e045b8ae253911cb55b4957ee71175e.tar.bz2 samba-87b482a89e045b8ae253911cb55b4957ee71175e.zip |
ldb - two cosmetic fixes
@ldb.h: Removes an invalid comment line
@pyldb.c: Fixes indentation
Diffstat (limited to 'lib/ldb/include')
-rw-r--r-- | lib/ldb/include/ldb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ldb/include/ldb.h b/lib/ldb/include/ldb.h index 4220ed096f..ae34019216 100644 --- a/lib/ldb/include/ldb.h +++ b/lib/ldb/include/ldb.h @@ -1425,8 +1425,6 @@ int ldb_build_extended_req(struct ldb_request **ret_req, /** call an extended operation - This function deletes a record from the database. - \param ldb the context associated with the database (from ldb_init()) \param oid the OID of the extended operation. \param data a void pointer a the extended operation specific parameters, |