Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Triger <kostat@mono-cvs.ximian.com>2006-02-06 15:34:31 +0300
committerKonstantin Triger <kostat@mono-cvs.ximian.com>2006-02-06 15:34:31 +0300
commit0ea069292213c2cf95c76fd37316900b071582dc (patch)
tree06a87344851a30cf4f54c3d91509271a803aa977 /mcs/class/Novell.Directory.Ldap
parent7a4835c251076874ef1e01c46ad2077e06b6064d (diff)
applying jldap patch, cvs revision 1.13
svn path=/trunk/mcs/; revision=56581
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap')
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Object.cs2
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/ChangeLog3
2 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Object.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Object.cs
index 9c5cfa1d575..dd5d26845f4 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Object.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Object.cs
@@ -109,7 +109,7 @@ namespace Novell.Directory.Ldap.Asn1
[CLSCompliantAttribute(false)]
public override System.String ToString()
{
- System.String[] classTypes = new System.String[]{"[UNIVERSAL ", "[APPLICATION ", "[", "[PRIVATE "};
+ System.String[] classTypes = new System.String[]{"[UNIVERSAL ", "[APPLICATION ", "[CONTEXT ", "[PRIVATE "};
System.Text.StringBuilder sb = new System.Text.StringBuilder();
Asn1Identifier id = getIdentifier(); // could be overridden.
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/ChangeLog b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/ChangeLog
new file mode 100644
index 00000000000..339381d01f5
--- /dev/null
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/ChangeLog
@@ -0,0 +1,3 @@
+2006-06-02 Konstantin Triger <kostat@mainsoft.com>
+
+ * Asn1Object.cs: applying jldap patch, cvs revision 1.13. \ No newline at end of file