projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aee1d49
)
tools: fix bogus unreachable return.
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 27 Mar 2012 03:45:18 +0000
(14:15 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 27 Mar 2012 03:45:18 +0000
(14:15 +1030)
tools/tools.c
patch
|
blob
|
history
diff --git
a/tools/tools.c
b/tools/tools.c
index c8697320a9fd5616c5dfa1e04af686efec0c1a87..1eddf7e934ab9f658cadb9fe4e7a2c34b8312b15 100644
(file)
--- a/
tools/tools.c
+++ b/
tools/tools.c
@@
-92,7
+92,6
@@
char *run_with_timeout(const void *ctx, const char *cmd,
close_noerr(p[1]);
return talloc_asprintf(ctx, "Failed to fork: %s",
strerror(errno));
- return NULL;
}
if (pid == 0) {