projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
507a4ee
)
HAMMER Utility - Fix typo in var declaration.
author
Stathis Kamperis <beket@dragonflybsd.org>
Thu, 12 Nov 2009 23:43:32 +0000 (
01:43
+0200)
committer
Stathis Kamperis <beket@dragonflybsd.org>
Thu, 12 Nov 2009 23:43:36 +0000 (
01:43
+0200)
Reported-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
sbin/hammer/cmd_info.c
patch
|
blob
|
blame
|
history
diff --git
a/sbin/hammer/cmd_info.c
b/sbin/hammer/cmd_info.c
index
57df4e2
..
b13010a
100644
(file)
--- a/
sbin/hammer/cmd_info.c
+++ b/
sbin/hammer/cmd_info.c
@@
-188,7
+188,7
@@
find_pfs_mount(int pfsid, uuid_t parentuuid, int ismaster)
int curmount;
int fd;
size_t mntbufsize;
- char **trailstr;
+ char *trailstr;
char *retval;
retval = NULL;