aboutsummaryrefslogtreecommitdiff
path: root/src/prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prog.c')
-rw-r--r--src/prog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/prog.c b/src/prog.c
index 12dc69e3..3e90472f 100644
--- a/src/prog.c
+++ b/src/prog.c
@@ -1602,8 +1602,6 @@ mx_match(eval_environ_t env, char *string,
1602 p++; 1602 p++;
1603 else 1603 else
1604 p = string; 1604 p = string;
1605 mxbuf.mx_max = max_match_mx;
1606 mxbuf.mx_flags = MXF_MAX;
1607 mxstat = getmx(p, &mxbuf); 1605 mxstat = getmx(p, &mxbuf);
1608 rc = 0; 1606 rc = 0;
1609 if (mxstat == mf_success) { 1607 if (mxstat == mf_success) {

Return to:

Send suggestions and report system problems to the System administrator.