]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: rename 'socket' to 'sockpath'
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 2 Aug 2017 10:51:08 +0000 (11:51 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 2 Aug 2017 10:51:08 +0000 (11:51 +0100)
commit376cfc2a81e7be9d855cf4abf6fa4c89ce10764e
tree56e96770953cc41e9a2f1396c0e1788c2a37d34e
parentd8447faa6157ad19e112fc6ac5d053449fa6200e
tools: rename 'socket' to 'sockpath'

A variable named 'socket' clashes with the function of the same
name, causing build failures due to warnings on some platforms.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tools/virsh-domain.c