Unverified Commit ec2f5e1c authored by Raghav Sood's avatar Raghav Sood Committed by GitHub
Browse files

Merge pull request #309615 from mkienitz/fix/vsftpd-assertion

Fix/vsftpd assertion
parents a7848608 aa93972d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ in
      }
      {
        assertion = (cfg.enableVirtualUsers -> cfg.userDbPath != null)
                 && (cfg.enableVirtualUsers -> cfg.localUsers != null);
                 && (cfg.enableVirtualUsers -> cfg.localUsers);
        message = "vsftpd: If enableVirtualUsers is true, you need to setup both the userDbPath and localUsers options.";
      }];