[Pkg-wmaker-commits] [wmbiff] 13/19: bad_certificate called as if void, so change the signature

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:27 UTC 2015


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

dtorrance-guest pushed a commit to tag wmbiff_0_4_11
in repository wmbiff.

commit a11d240965db377689f5f205d4966f981b221ac4
Author: bluehal <bluehal>
Date:   Sun Dec 29 03:22:57 2002 +0000

    bad_certificate called as if void, so change the signature
---
 wmbiff/tlsComm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmbiff/tlsComm.c b/wmbiff/tlsComm.c
index db1c7ac..9ef94a3 100644
--- a/wmbiff/tlsComm.c
+++ b/wmbiff/tlsComm.c
@@ -270,7 +270,7 @@ void tlscomm_printf(struct connection_state *scs, const char *format, ...)
 #ifdef USE_GNUTLS
 #include "gnutls-common.h"
 
-static int
+static void
 bad_certificate(const struct connection_state *scs, const char *msg)
 {
 	TDM(DEBUG_ERROR, "%s", msg);

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



More information about the Pkg-wmaker-commits mailing list