Revision 0ee0bc74

b/lib/rapi/baserlib.py
351 351
    """
352 352
    return bool(self._checkIntVariable("dry-run"))
353 353

  
354
  def GetClient(self, query=False):
354
  def GetClient(self, query=True):
355 355
    """Wrapper for L{luxi.Client} with HTTP-specific error handling.
356 356

  
357 357
    @param query: this signifies that the client will only be used for

Also available in: Unified diff