[Pkg-gnupg-commit] [libassuan] 179/437: Final fix.

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:40 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 67246aed5738aa8a595ee0ff97394a424d734d50
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Nov 22 13:13:04 2006 +0000

    Final fix.
---
 src/assuan-handler.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/assuan-handler.c b/src/assuan-handler.c
index 205ad10..44b655f 100644
--- a/src/assuan-handler.c
+++ b/src/assuan-handler.c
@@ -678,14 +678,14 @@ assuan_get_data_fp (assuan_context_t ctx)
   if (ctx->outbound.data.fp)
     return ctx->outbound.data.fp;
   
-
-  ctx->outbound.data.fp = funopen (ctx, 0,
 #ifdef HAVE_FUNOPEN
-				   fun_cookie_write,
+  ctx->outbound.data.fp = funopen (ctx, 0, fun_cookie_write,
+				   0, _assuan_cookie_write_flush);
 #else
-				   _assuan_cookie_write_data,
-#endif                                   
+  ctx->outbound.data.fp = funopen (ctx, 0, _assuan_cookie_write_data,
 				   0, _assuan_cookie_write_flush);
+#endif                                   
+
   ctx->outbound.data.error = 0;
   return ctx->outbound.data.fp;
 #else

-- 
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