View | Details | Raw Unified | Return to bug 566
Collapse All | Expand All

(-)openssh-3.6.1p2.orig/authfile.c (-1 / +1 lines)
Lines 611-617 Link Here
611
			if (*cp) {
611
			if (*cp) {
612
				if (key_read(k, &cp) == 1) {
612
				if (key_read(k, &cp) == 1) {
613
					if (commentp)
613
					if (commentp)
614
						*commentp=xstrdup(filename);
614
						*commentp=xstrdup(*cp ? strtok(cp, "\r\n") : filename);
615
					fclose(f);
615
					fclose(f);
616
					return 1;
616
					return 1;
617
				}
617
				}

Return to bug 566