projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c6636b
)
Fix typo in error message.
author
Ben Pfaff
<blp@nicira.com>
Fri, 12 Dec 2008 01:00:43 +0000
(17:00 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 16 Dec 2008 23:59:54 +0000
(15:59 -0800)
secchan/executer.c
patch
|
blob
|
history
diff --git
a/secchan/executer.c
b/secchan/executer.c
index a430950e2938a19162e00c16a1ba6a451a1e359d..5619c51bacb128eb9beb87d325c76537d0c7ff78 100644
(file)
--- a/
secchan/executer.c
+++ b/
secchan/executer.c
@@
-504,7
+504,7
@@
executer_start(struct secchan *secchan, const struct settings *settings)
sigemptyset(&sa.sa_mask);
sa.sa_flags = SA_NOCLDSTOP | SA_RESTART;
if (sigaction(SIGCHLD, &sa, NULL)) {
- ofp_fatal(errno, "sigaction(SIGCHLD) faile");
+ ofp_fatal(errno, "sigaction(SIGCHLD) faile
d
");
}
/* Add hook. */