|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] xenbackendd: fix incorrect usage of pidfi
# HG changeset patch
# User Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
# Date 1317918276 -3600
# Node ID c76f267d987ecba039000354aab32354d2409ba1
# Parent 1344d4476c5263652a403d1f851eb6f314145df1
xenbackendd: fix incorrect usage of pidfile
Fix xenbackendd ignoring the pidfile passed through the command line.
Signed-off-by: Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
Acked-by: Christoph Egger <Christoph.Egger@xxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
diff -r 1344d4476c52 -r c76f267d987e tools/xenbackendd/xenbackendd.c
--- a/tools/xenbackendd/xenbackendd.c Thu Oct 06 17:18:38 2011 +0100
+++ b/tools/xenbackendd/xenbackendd.c Thu Oct 06 17:24:36 2011 +0100
@@ -169,7 +169,7 @@
log_file = optarg;
break;
case 'p':
- pidfile = pidfile;
+ pidfile = optarg;
case 's':
vbd_script = optarg;
break;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] xenbackendd: fix incorrect usage of pidfile,
Xen patchbot-unstable <=
|
|
|
|
|