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

(-)file_not_specified_in_diff (-3 / +5 lines)
Line 169 Link Here
169
			buffer_put_cstring(&buffer, PAM_MSG_MEMBER(msg, i, msg));
170
			ssh_msg_send(ctxt->pam_csock, 
171
			    PAM_MSG_MEMBER(msg, i, msg_style), &buffer);
172
			break;
Line 171 Link Here
171
			buffer_append(&buffer,"\n",1);
Line 398 Link Here
398
			plen += snprintf(**prompts + plen, len+1, "%s\n", msg);
401
			plen += snprintf(**prompts + plen, len, "%s", msg);
399
--

Return to bug 706