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

Collapse All | Expand All

(-)openssh-3.5p1.orig/authfile.c (-1 / +1 lines)
Lines 589-595 Link Here
589
			if (*cp) {
589
			if (*cp) {
590
				if (key_read(k, &cp) == 1) {
590
				if (key_read(k, &cp) == 1) {
591
					if (commentp)
591
					if (commentp)
592
						*commentp=xstrdup(filename);
592
						*commentp=xstrdup(*cp ? cp : filename);
593
					fclose(f);
593
					fclose(f);
594
					return 1;
594
					return 1;
595
				}
595
				}

Return to bug 439