summaryrefslogtreecommitdiff
path: root/include/osl/security.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/security.hxx')
-rw-r--r--include/osl/security.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/security.hxx b/include/osl/security.hxx
index 6f7b24819c5d..4d94ee10e308 100644
--- a/include/osl/security.hxx
+++ b/include/osl/security.hxx
@@ -41,7 +41,7 @@ inline bool Security::logonUser(const rtl::OUString& strName,
{
osl_freeSecurityHandle(m_handle);
- m_handle = 0;
+ m_handle = NULL;
return (osl_loginUser( strName.pData, strPasswd.pData, &m_handle)
== osl_Security_E_None);