| Submitter | Michael Roth |
|---|---|
| Date | Nov. 16, 2010, 1:16 a.m. |
| Message ID | <1289870175-14880-15-git-send-email-mdroth@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/71335/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/virtproxy.c b/virtproxy.c index b683ee6..9e1745f 100644 --- a/virtproxy.c +++ b/virtproxy.c @@ -764,7 +764,7 @@ int vp_set_iforward(VPDriver *drv, const char *service_id, const char *addr, /* stick socket-related options in a QemuOpts so we can * utilize qemu socket utility functions directly */ - f->socket_opts = qemu_opts_create(&vp_socket_opts, NULL, 0); + f->socket_opts = qemu_opts_create(&vp_opts, NULL, 0); if (port == NULL) { /* no port given, assume unix path */ qemu_opt_set(f->socket_opts, "path", addr);
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> --- virtproxy.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)