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

Collapse All | Expand All

(-)auth-pam.c (+1 lines)
Lines 117-122 pthread_create(sp_pthread_t *thread, con Link Here
117
{
117
{
118
	pid_t pid;
118
	pid_t pid;
119
119
120
	sshpam_thread_status = -1;
120
	switch ((pid = fork())) {
121
	switch ((pid = fork())) {
121
	case -1:
122
	case -1:
122
		error("fork(): %s", strerror(errno));
123
		error("fork(): %s", strerror(errno));

Return to bug 839