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

Collapse All | Expand All

(-)ssh.c (-1 / +2 lines)
Lines 2078-2085 load_public_identity_files(void) Link Here
2078
			free(cp);
2078
			free(cp);
2079
			continue;
2079
			continue;
2080
		}
2080
		}
2081
		/* NB. leave filename pointing to private key */
2082
		identity_files[n_ids] = xstrdup(filename);
2081
		identity_keys[n_ids] = public;
2083
		identity_keys[n_ids] = public;
2082
		identity_files[n_ids] = cp;
2083
		n_ids++;
2084
		n_ids++;
2084
	}
2085
	}
2085
2086

Return to bug 2617