mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
01.43.2007 7484dbaeab8ee29d545dcea8d1a2d38414c799c2
opends/src/server/org/opends/server/authorization/dseecompat/AciContainer.java
@@ -654,7 +654,10 @@
      if(this.useAuthzid)
        return this.authzid;
      else
       return this.authorizationEntry.getDN();
       if (this.authorizationEntry == null)
         return DN.nullDN();
       else
         return this.authorizationEntry.getDN();
    }
   /**