[xml-security-c] 04/21: Fix GCC6 FTBFS
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Mon Jun 27 12:20:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch patch-queue/warn-fixes
in repository xml-security-c.
commit d6ac5e92a2507cf0e326a6a3260a8fda4cbdc7a2
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