projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f28d9
)
Back out incorrect comment introduced earlier.
author
Davin McCall
<davmac@davmac.org>
Thu, 5 Nov 2015 00:23:35 +0000
(
00:23
+0000)
committer
Davin McCall
<davmac@davmac.org>
Thu, 5 Nov 2015 00:23:35 +0000
(
00:23
+0000)
load_service.cc
patch
|
blob
|
history
diff --git
a/load_service.cc
b/load_service.cc
index c336a7a5c8b141e7a1af34619de7685c65905ede..ce9df910a6a20245ea6f2318ecb30d70b396caa4 100644
(file)
--- a/
load_service.cc
+++ b/
load_service.cc
@@
-231,7
+231,6
@@
ServiceRecord * ServiceSet::loadServiceRecord(const char * name)
if (setting == "command") {
command = read_setting_value(i, end);
- // TODO check for valid command
}
else if (setting == "depends-on") {
string dependency_name = read_setting_value(i, end);