[xml-security-c] 03/23: Fix GCC6 FTBFS

Ferenc Wágner wferi-guest at moszumanska.debian.org
Thu Jul 21 20:15:40 UTC 2016


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

wferi-guest pushed a commit to branch patch-queue/master
in repository xml-security-c.

commit 0cbd7714a1ebfd37002d751fa179cc98e91294c7
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Sat Jan 30 21:55:41 2016 +0100

    Fix GCC6 FTBFS
---
 xsec/tools/checksig/InteropResolver.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xsec/tools/checksig/InteropResolver.cpp b/xsec/tools/checksig/InteropResolver.cpp
index e700b99..f35e087 100644
--- a/xsec/tools/checksig/InteropResolver.cpp
+++ b/xsec/tools/checksig/InteropResolver.cpp
@@ -645,7 +645,7 @@ XSECCryptoKey * InteropResolver::resolveKey(DSIGKeyInfoList * lst) {
 
 	}
 
-	return false;
+	return NULL;
 
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xml-security-c.git



More information about the Pkg-shibboleth-devel mailing list