Revision e455a3e8 src/Ganeti/Query/Server.hs

b/src/Ganeti/Query/Server.hs
249 249
  socket_path <- Path.defaultQuerySocket
250 250
  cleanupSocket socket_path
251 251
  s <- describeError "binding to the Luxi socket"
252
         Nothing (Just socket_path) $ getServer socket_path
252
         Nothing (Just socket_path) $ getServer True socket_path
253 253
  cref <- newIORef (Bad "Configuration not yet loaded")
254 254
  return (socket_path, s, cref)
255 255

  

Also available in: Unified diff