View | Details | Raw Unified | Return to bug 2653 | Differences between
and this patch

Collapse All | Expand All

(-)readconf.c (+5 lines)
Lines 1487-1492 parse_keytypes: Link Here
1487
				    flags | SSHCONF_CHECKPERM |
1487
				    flags | SSHCONF_CHECKPERM |
1488
				    (oactive ? 0 : SSHCONF_NEVERMATCH),
1488
				    (oactive ? 0 : SSHCONF_NEVERMATCH),
1489
				    activep, depth + 1);
1489
				    activep, depth + 1);
1490
				if (errno != ENOENT) {
1491
					fatal("Can't open user config file "
1492
					    "%.100s: %.100s", gl.gl_pathv[i],
1493
					    strerror(errno));
1494
				}
1490
				/*
1495
				/*
1491
				 * don't let Match in includes clobber the
1496
				 * don't let Match in includes clobber the
1492
				 * containing file's Match state.
1497
				 * containing file's Match state.

Return to bug 2653