projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40e8437
)
hush: fix thinko in unset_func
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 18 Apr 2009 11:25:18 +0000
(11:25 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 18 Apr 2009 11:25:18 +0000
(11:25 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index
1da9707
..
0f93ae6
100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-2863,6
+2863,7
@@
static void unset_func(const char *name)
free(funcp);
break;
}
+ funcpp = &funcp->next;
}
}