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

Collapse All | Expand All

(-)a/monitor.c (+3 lines)
Lines 1186-1191 mm_record_login(Session *s, struct passwd *pw) Link Here
1186
	socklen_t fromlen;
1186
	socklen_t fromlen;
1187
	struct sockaddr_storage from;
1187
	struct sockaddr_storage from;
1188
1188
1189
	if (options.use_login)
1190
		return;
1191
1189
	/*
1192
	/*
1190
	 * Get IP address of client. If the connection is not a socket, let
1193
	 * Get IP address of client. If the connection is not a socket, let
1191
	 * the address be 0.0.0.0.
1194
	 * the address be 0.0.0.0.

Return to bug 378