From: Felix Fietkau Date: Thu, 29 Mar 2007 00:08:43 +0000 (+0000) Subject: check initseq->first in awx after running include() X-Git-Tag: reboot~29596 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f4998c554a68ce330762992899f2a52e73428479 check initseq->first in awx after running include() SVN-Revision: 6751 --- diff --git a/package/busybox/patches/920-awx.patch b/package/busybox/patches/920-awx.patch index 146bd269a2..251db68126 100644 --- a/package/busybox/patches/920-awx.patch +++ b/package/busybox/patches/920-awx.patch @@ -355,7 +355,7 @@ diff -purN bb.old/editors/awx.c bb.dev/editors/awx.c + clear_array(ahash); + } + } -+ if (initseq) ++ if (initseq && initseq->first) + evaluate(initseq->first, &tv); +} +