]> git.sur5r.net Git - openldap/blobdiff - contrib/ldaptcl/ldaperr.tcl
mention default rootdn of cn=config (ITS#6546)
[openldap] / contrib / ldaptcl / ldaperr.tcl
index 84bba4e440a752aad22263c2ba7a0be14192acd9..e9f85683ebc3bb627abcdab9537af53677def440 100644 (file)
@@ -11,7 +11,6 @@ proc genstrings {path} {
     puts -nonewline "char *ldaptclerrorcode\[\] = {
        NULL"
     while {[gets $fp line] != -1} {
-       puts stderr $line
        if {[clength $line] == 0 || [ctype space $line]} continue
        if {[string match *typedef* $line]} break
        if {![string match #define* $line]} continue