[ekiga] Fixed a trivial typo in the LDAP::Source code



commit 1a1ccdc9b104d7651fedfff8d28344ab39e1ee48
Author: Snark <jpuydt gnome org>
Date:   Wed Feb 9 20:39:24 2011 +0100

    Fixed a trivial typo in the LDAP::Source code

 plugins/ldap/ldap-source.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/ldap/ldap-source.cpp b/plugins/ldap/ldap-source.cpp
index b29d819..28631f9 100644
--- a/plugins/ldap/ldap-source.cpp
+++ b/plugins/ldap/ldap-source.cpp
@@ -139,8 +139,8 @@ OPENLDAP::Source::new_book ()
   boost::shared_ptr<Ekiga::FormRequestSimple> request = boost::shared_ptr<Ekiga::FormRequestSimple> (new Ekiga::FormRequestSimple (boost::bind (&OPENLDAP::Source::on_new_book_form_submitted, this, _1, _2)));
 
   bookinfo.name = "";
-  bookinfo.uri = "ldap://localhost/dc=net?cn,telephoneNumber?sub?(cn=$)",
-    bookinfo.authcID = "";
+  bookinfo.uri = "ldap://localhost/dc=net?cn,telephoneNumber?sub?(cn=$)";
+  bookinfo.authcID = "";
   bookinfo.password = "";
   bookinfo.saslMech = "";
   bookinfo.urld = NULL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]