Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1623061
)
Branch: HEAD
author
wangdi
<wangdi>
Mon, 24 Jan 2005 09:01:29 +0000
(09:01 +0000)
committer
wangdi
<wangdi>
Mon, 24 Jan 2005 09:01:29 +0000
(09:01 +0000)
a typo fix(forget goto) for debug_daemon utils
lnet/utils/debug.c
patch
|
blob
|
history
diff --git
a/lnet/utils/debug.c
b/lnet/utils/debug.c
index
b1ec30e
..
d027064
100644
(file)
--- a/
lnet/utils/debug.c
+++ b/
lnet/utils/debug.c
@@
-543,6
+543,7
@@
int jt_dbg_debug_daemon(int argc, char **argv)
close(fd);
return 1;
}
+ goto out;
}
if (strcasecmp(argv[1], "stop") == 0) {
rc = dbg_write_cmd(fd, "stop");