[SCM] Samba Shared Repository - branch master updated - 7458111ea4cf33b2a093e5edfb3b42ebfdc330c5

Volker Lendecke vlendec at samba.org
Thu Jan 1 21:09:10 GMT 2009


The branch, master has been updated
       via  7458111ea4cf33b2a093e5edfb3b42ebfdc330c5 (commit)
      from  707a5a41b5818b7a59027d16abdce9f57be9cdcd (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7458111ea4cf33b2a093e5edfb3b42ebfdc330c5
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jan 1 22:05:03 2009 +0100

    Fix bug 5913.
    
    Never seen this to be a problem, but it doesn't hurt either :-)

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/ldb/include/ldb.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/ldb/include/ldb.h b/source3/lib/ldb/include/ldb.h
index 0a74574..3891c1c 100644
--- a/source3/lib/ldb/include/ldb.h
+++ b/source3/lib/ldb/include/ldb.h
@@ -991,7 +991,7 @@ int ldb_search(struct ldb_context *ldb,
 	       const struct ldb_dn *base,
 	       enum ldb_scope scope,
 	       const char *expression,
-	       const char * const *attrs, struct ldb_result **res);
+	       const char * const *attrs, struct ldb_result **_res);
 
 /*
  * a useful search function where you can easily define the expression and


-- 
Samba Shared Repository


More information about the samba-cvs mailing list