소스 검색

HPCC-17393 Cannot delete Employee ID

Signed-off-by: Russ Whitehead <william.whitehead@lexisnexis.com>
Russ Whitehead 8 년 전
부모
커밋
75b0979af0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      system/security/LdapSecurity/ldapconnection.cpp

+ 1 - 1
system/security/LdapSecurity/ldapconnection.cpp

@@ -2688,7 +2688,7 @@ public:
 
 
             const char * emplID = user.getEmployeeID();
-            char *employeeID_values[] = {(emplID && *emplID) ? (char*)emplID : NULL, NULL };
+            char *employeeID_values[] = {(emplID && *emplID) ? (char*)emplID : nullptr, nullptr };
             LDAPMod employeeID_attr =
             {
                 LDAP_MOD_REPLACE,