From 6917120a3a66c97ba2b030f9e009e1e65bb39cf2 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 18 Mar 2004 21:11:17 +0000 Subject: [PATCH] Use '0' instead of 'NULL' in initializers --- shib-target/shib-rpchandle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shib-target/shib-rpchandle.cpp b/shib-target/shib-rpchandle.cpp index 2e58dd8..4282787 100644 --- a/shib-target/shib-rpchandle.cpp +++ b/shib-target/shib-rpchandle.cpp @@ -71,7 +71,7 @@ using namespace saml; using namespace shibboleth; using namespace shibtarget; -RPCHandle::RPCHandle() : m_clnt(NULL), m_sock((IListener::ShibSocket)NULL), log(&(log4cpp::Category::getInstance("shibtarget.RPCHandle"))) +RPCHandle::RPCHandle() : m_clnt(NULL), m_sock((IListener::ShibSocket)0), log(&(log4cpp::Category::getInstance("shibtarget.RPCHandle"))) { log->debug("New RPCHandle created: %p", this); } -- 2.1.4