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

(-)servconf.c (+4 lines)
Lines 110-116 fill_default_server_options(ServerOption Link Here
110
{
110
{
111
	/* Portable-specific options */
111
	/* Portable-specific options */
112
	if (options->use_pam == -1)
112
	if (options->use_pam == -1)
113
#ifdef USE_PAM
113
		options->use_pam = 1;
114
		options->use_pam = 1;
115
#else
116
		options->use_pam = 0;
117
#endif
114
118
115
	/* Standard Options */
119
	/* Standard Options */
116
	if (options->protocol == SSH_PROTO_UNKNOWN)
120
	if (options->protocol == SSH_PROTO_UNKNOWN)

Return to bug 647