Revision 129bde01 src/Ganeti/Daemon.hs

b/src/Ganeti/Daemon.hs
406 406
  exitUnless (null args) "This program doesn't take any arguments"
407 407

  
408 408
  unless (optNoUserChecks opts) $ do
409
    runtimeEnts <- getEnts
409
    runtimeEnts <- runResultT getEnts
410 410
    ents <- exitIfBad "Can't find required user/groups" runtimeEnts
411 411
    verifyDaemonUser daemon ents
412 412

  

Also available in: Unified diff