[Pkg-gnupg-commit] [libassuan] 205/437: Fix last change.

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 94e2c41af4fe6b21bf85002b2ff981c9ed13921d
Author: Marcus Brinkmann <mb at g10code.com>
Date:   Fri Sep 7 12:10:52 2007 +0000

    Fix last change.
---
 src/assuan-handler.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/assuan-handler.c b/src/assuan-handler.c
index 5fdc3d4..4c02608 100644
--- a/src/assuan-handler.c
+++ b/src/assuan-handler.c
@@ -442,7 +442,7 @@ dispatch_command (assuan_context_t ctx, char *line, int linelen)
        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++)
     ;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list