projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8a0ac
)
core: remove spurious newline
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 16 Dec 2016 21:08:51 +0000
(16:08 -0500)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Sat, 17 Dec 2016 22:26:59 +0000
(17:26 -0500)
src/core/main.c
patch
|
blob
|
history
diff --git
a/src/core/main.c
b/src/core/main.c
index
5f9b1ac
..
02992c7
100644
(file)
--- a/
src/core/main.c
+++ b/
src/core/main.c
@@
-904,7
+904,6
@@
static int parse_argv(int argc, char *argv[]) {
break;
case ARG_UNIT:
-
r = free_and_strdup(&arg_default_unit, optarg);
if (r < 0)
return log_error_errno(r, "Failed to set default unit %s: %m", optarg);