1. 05 6月, 2015 1 次提交
    • E
      remote: fix odd comma operator · c7d0da23
      Eric Blake 提交于
      Commit 1882c0bd accidentally used ',' instead of ';'; oddly
      enough, the result was still syntactically valid (yes, C is
      a fun language).  But it made me do a double take; it's better
      to use idiomatic syntax.
      
      * daemon/remote.c (remoteRelayDomainEventDeviceAdded): Fix
      harmless typo.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      c7d0da23
  2. 04 6月, 2015 29 次提交
  3. 03 6月, 2015 10 次提交