mirror of https://github.com/mirror/busybox.git
hush: fix thinko in unset_func
parent
40e84374ec
commit
730106767e
|
@ -2863,6 +2863,7 @@ static void unset_func(const char *name)
|
|||
free(funcp);
|
||||
break;
|
||||
}
|
||||
funcpp = &funcp->next;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue