qemu-nbd: rename socket variable
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Nov 2011 14:51:20 +0000 (15:51 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Nov 2011 13:02:58 +0000 (14:02 +0100)
commitbd2c593622c4de033116300b55d03d964ca78b62
tree311ea02e65051e189ec1f93aaa9c7d4f4909fbe1
parent4dcda9a05e1633a3bb1aecc507d19523154b3a95
qemu-nbd: rename socket variable

It will be moved to a global variable by the next patch, and it
would conflict with the socket function.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-nbd.c