projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c33eca3
)
Disable debug output
author
Karl-Heinz Zimmer
<khz@kde.org>
Mon, 24 Jun 2002 21:01:18 +0000
(21:01 +0000)
committer
Karl-Heinz Zimmer
<khz@kde.org>
Mon, 24 Jun 2002 21:01:18 +0000
(21:01 +0000)
trunk/gpgmeplug/gpgmeplug.c
patch
|
blob
|
history
diff --git
a/trunk/gpgmeplug/gpgmeplug.c
b/trunk/gpgmeplug/gpgmeplug.c
index e1adce5bc0d5857bb14dc5d02d8ae98167ef54e7..02a6222f6a6df4ef0e7831156a444f142f002ea7 100644
(file)
--- a/
trunk/gpgmeplug/gpgmeplug.c
+++ b/
trunk/gpgmeplug/gpgmeplug.c
@@
-2328,10
+2328,10
@@
bool findCertificates( const char* addressee, char** certificates )
if( nFound )
strcat(*certificates,"\1" );
dn = xstrdup( s );
-fprintf( stderr, "\n\n\nDN before reordering: \"%s\"\n", dn );
+/*fprintf( stderr, "\n\n\nDN before reordering: \"%s\"\n", dn );*/
a = parse_dn( dn );
dn = reorder_dn( a );
-fprintf( stderr, "\nDN after reordering: \"%s\"\n", dn );
+/*fprintf( stderr, "\nDN after reordering: \"%s\"\n", dn );*/
strcat( *certificates, s );
strcat( *certificates, " (" );
strcat( *certificates, s2 );