Revision adfa97e3 daemons/ganeti-masterd

b/daemons/ganeti-masterd
322 322
    """Runs the specified opcode and returns the result.
323 323

  
324 324
    """
325
    proc = mcpu.Processor(self.server.context)
325
    # Queries don't have a job id
326
    proc = mcpu.Processor(self.server.context, None)
326 327
    return proc.ExecOpCode(op, None)
327 328

  
328 329

  

Also available in: Unified diff