Re: [PATCH] Fix regression when unsetting variables.

2010-07-06 Thread Herbert Xu
On Wed, Jun 16, 2010 at 02:29:58AM +, Brian Koropoff wrote: > When removing a variable from its hash chain, assign to the 'next' pointer > of the previous link rather than the hash bucket. OK I ended up fixing it slightly differently. commit cb20b2cd727c892756ff3f144ebf92feb5590562 Author: He

[PATCH] Fix regression when unsetting variables.

2010-06-15 Thread Brian Koropoff
When removing a variable from its hash chain, assign to the 'next' pointer of the previous link rather than the hash bucket. --- src/var.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/var.c b/src/var.c index f456fbd..c0e5706 100644 --- a/src/var.c +++ b/src/var