[Pkg-gnupg-commit] [gnupg2] 15/118: w32: Fix build regression due to 2aa0701.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 15 18:24:58 UTC 2016


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

dkg pushed a commit to branch encoding-and-speling
in repository gnupg2.

commit 8b3e691ffbaaa218d309d5aaf8f37532308558ff
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Aug 29 20:05:02 2016 +0200

    w32: Fix build regression due to 2aa0701.
    
    * common/logging.c (fun_writer): Always declare 'name_for_err'.
    --
    
    Regression-due-to: 2aa0701013f703ad93e17da3345c493c08aa04ee
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 common/logging.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/logging.c b/common/logging.c
index 9a7ed1d..019d312 100644
--- a/common/logging.c
+++ b/common/logging.c
@@ -219,8 +219,8 @@ fun_writer (void *cookie_arg, const void *buffer, size_t size)
       struct sockaddr_in srvr_addr_in;
 #ifndef HAVE_W32_SYSTEM
       struct sockaddr_un srvr_addr_un;
-      const char *name_for_err = "";
 #endif
+      const char *name_for_err = "";
       size_t addrlen;
       struct sockaddr *srvr_addr = NULL;
       unsigned short port = 0;

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



More information about the Pkg-gnupg-commit mailing list