From 5856d39289fc136243caf05446c980ce37297ccd Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 24 Jan 2007 14:27:29 +0000 Subject: [PATCH] Fixed initialization of "usage" and "single" attributes --- contrib/ldapc++/src/LDAPAttrType.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ldapc++/src/LDAPAttrType.cpp b/contrib/ldapc++/src/LDAPAttrType.cpp index d43cf13435..d59c160daf 100644 --- a/contrib/ldapc++/src/LDAPAttrType.cpp +++ b/contrib/ldapc++/src/LDAPAttrType.cpp @@ -44,7 +44,7 @@ LDAPAttrType::LDAPAttrType (string at_item) { this->setDesc( a->at_desc ); this->setOid( a->at_oid ); this->setSingle( a->at_single_value ); - this->setSingle( a->at_usage ); + this->setUsage( a->at_usage ); } // else? -> error } -- 2.39.5