projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8584897
)
xl: cleanup indentation
author
Mathieu Gagne
<mgagne@iweb.com>
Tue, 17 Apr 2012 18:13:19 +0000
(19:13 +0100)
committer
Mathieu Gagne
<mgagne@iweb.com>
Tue, 17 Apr 2012 18:13:19 +0000
(19:13 +0100)
Signed-off-by: Mathieu Gagne <mgagne@iweb.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxl/xl_cmdimpl.c
patch
|
blob
|
history
diff --git
a/tools/libxl/xl_cmdimpl.c
b/tools/libxl/xl_cmdimpl.c
index c9e9943c530fe860caa4433e9664ce04ab64496d..4febe25cb64fd0a815a301a88fde7cfecaa59288 100644
(file)
--- a/
tools/libxl/xl_cmdimpl.c
+++ b/
tools/libxl/xl_cmdimpl.c
@@
-847,10
+847,10
@@
static void parse_config_data(const char *configfile_filename_report,
nic->script = strdup(default_vifscript);
}
- if (default_bridge) {
- free(nic->bridge);
- nic->bridge = strdup(default_bridge);
- }
+
if (default_bridge) {
+
free(nic->bridge);
+
nic->bridge = strdup(default_bridge);
+
}
p = strtok(buf2, ",");
if (!p)