[svn] assuan - r258 - trunk/src

svn author marcus cvs at cvs.gnupg.org
Fri Sep 7 14:11:23 CEST 2007


Author: marcus
Date: 2007-09-07 14:10:52 +0200 (Fri, 07 Sep 2007)
New Revision: 258

Modified:
   trunk/src/assuan-handler.c
Log:
Fix last change.


Modified: trunk/src/assuan-handler.c
===================================================================
--- trunk/src/assuan-handler.c	2007-09-07 00:19:05 UTC (rev 257)
+++ trunk/src/assuan-handler.c	2007-09-07 12:10:52 UTC (rev 258)
@@ -442,7 +442,7 @@
        handle_data_line, this may be wrong here.  For example, if a
        user callback is invoked, and that callback is responsible for
        calling assuan_process_done, then this is wrong.  */
-    return PROCESS_DONE (handle_data_line (ctx, line+2, linelen-2));
+    return PROCESS_DONE (ctx, handle_data_line (ctx, line+2, linelen-2));
 
   for (p=line; *p && *p != ' ' && *p != '\t'; p++)
     ;




More information about the Gnupg-commits mailing list