mirror of https://github.com/mirror/busybox.git
ash: fix broken new mail detection
Mea culpa, in "Do not allocate stack string in padvance" commit (I left an extraneous "break" statement). function old new delta cmdloop 329 398 +69 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>master
parent
6748e6494c
commit
2860b2530e
|
@ -11288,7 +11288,6 @@ chkmail(void)
|
|||
if (!len)
|
||||
break;
|
||||
p = stackblock();
|
||||
break;
|
||||
if (*p == '\0')
|
||||
continue;
|
||||
for (q = p; *q; q++)
|
||||
|
|
Loading…
Reference in New Issue