aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-nbd.c
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2010-08-31 09:30:33 +0200
committerBlue Swirl <blauwirbel@gmail.com>2010-09-04 09:45:50 +0000
commit0a4eb864e354d650ac9ff6aea62873a6cd07e9ca (patch)
treec555754b01b053e521dd1a6d1f37ae8dd74cdbb3 /qemu-nbd.c
parentcb93bbdd7db92e50ff5e60a346b23df68acae46b (diff)
Remove unused argument for nbd_client()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qemu-nbd.c')
-rw-r--r--qemu-nbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-nbd.c b/qemu-nbd.c
index 4e607cfb6..9cc8f472e 100644
--- a/qemu-nbd.c
+++ b/qemu-nbd.c
@@ -417,7 +417,7 @@ int main(int argc, char **argv)
show_parts(device);
- nbd_client(fd, sock);
+ nbd_client(fd);
close(fd);
out:
kill(pid, SIGTERM);