From: Scott Cantor Date: Mon, 6 Sep 2010 17:52:53 +0000 (+0000) Subject: Convert some NULL macros. X-Git-Tag: 1.4RC1~31 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=d6fd86a06d8c8a81dde11aa4233d65d4f25ff3da Convert some NULL macros. --- diff --git a/xmltooling/security/impl/InlineKeyResolver.cpp b/xmltooling/security/impl/InlineKeyResolver.cpp index 08eef79..7dc1126 100644 --- a/xmltooling/security/impl/InlineKeyResolver.cpp +++ b/xmltooling/security/impl/InlineKeyResolver.cpp @@ -323,8 +323,8 @@ bool InlineCredential::resolveKey(const KeyInfo* keyInfo, bool followRefs) if (followRefs) { // Check for KeyInfoReference. - const XMLCh* fragID=NULL; - const XMLObject* treeRoot=NULL; + const XMLCh* fragID=nullptr; + const XMLObject* treeRoot=nullptr; const vector& refs = keyInfo->getKeyInfoReferences(); for (vector::const_iterator ref = refs.begin(); ref != refs.end(); ++ref) { fragID = (*ref)->getURI();