1. 11 7月, 2017 39 次提交
  2. 10 7月, 2017 1 次提交
    • S
      Use unsigned timeout in cmdMigrateSetMaxDowntime · 7432141c
      Scott Garfinkle 提交于
      While looking to implement a migrate-getmaxdowntime command (coming),
      I noticed that the setmaxdowntime is incorrectly looking at its
      parameter as a signed longlong. Not sure how that got past gcc, but
      here's a simple patch to make the command line parsing and the parameter to
      the worker functions all have the correct (unsigned) type.
      Signed-off-by: NScott Garfinkle <seg@us.ibm.com>
      7432141c