Module: sip-router
Branch: janakj/ldap
Commit: a55a847eb2e376c36347e9e35a36205abf560b9f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a55a847…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Fri May 23 15:06:45 2008 +0000
- fixed wrong comment
---
modules/db_ldap/ld_con.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/db_ldap/ld_con.c b/modules/db_ldap/ld_con.c
index 6691768..fb6a763 100644
--- a/modules/db_ldap/ld_con.c
+++ b/modules/db_ldap/ld_con.c
@@ -106,7 +106,7 @@ int ld_con(db_con_t* con)
DBG("ldap: Preparing new connection to %s\n", luri->uri);
- /* Put the newly created postgres connection into the pool */
+ /* Put the newly created LDAP connection into the pool */
db_pool_put((struct db_pool_entry*)lcon);
DBG("ldap: Connection stored in connection pool\n");