aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-29 00:08:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-29 00:08:43 +0000
commit88c2ab9a036056fb090e7943b909fb04985823af (patch)
tree8755766c2808da95333a6055fb00586f1d379f94 /package/busybox/patches
parente5001d681301af0adedd006247381b3e7ecf37aa (diff)
downloadmaster-187ad058-88c2ab9a036056fb090e7943b909fb04985823af.tar.gz
master-187ad058-88c2ab9a036056fb090e7943b909fb04985823af.tar.bz2
master-187ad058-88c2ab9a036056fb090e7943b909fb04985823af.zip
check initseq->first in awx after running include()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6751 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches')
-rw-r--r--package/busybox/patches/920-awx.patch2
1 files changed, 1 insertions, 1 deletions
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);
+}
+