summary refs log tree commit diff stats
path: root/src/common/outbound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r--src/common/outbound.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c
index e083eff2..011deaeb 100644
--- a/src/common/outbound.c
+++ b/src/common/outbound.c
@@ -2386,13 +2386,13 @@ cmd_lastlog (struct session *sess, char *tbuf, char *word[], char *word_eol[])
 	if (*word_eol[2])
 	{
 		if (!strcmp (word[2], "-r"))
-#ifdef WIN32
-			lastlog (sess, word_eol[3], FALSE);
-#else
+		{
 			lastlog (sess, word_eol[3], TRUE);
-#endif
+		}
 		else
+		{
 			lastlog (sess, word_eol[2], FALSE);
+		}
 		return TRUE;
 	}