From 1eac3f01f7ceac456c25ff176fe8ebce870eb4cb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 3 Feb 1997 18:03:32 +0000 Subject: Fix stripcr and password-stripping. svn path=/trunk/; revision=857 --- rcfile_y.y | 1 + 1 file changed, 1 insertion(+) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index 693bcb9e..8f5f9e7c 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -301,6 +301,7 @@ static void prc_reset(void) save = current.server; memset(¤t, '\0', sizeof(current)); + current.stripcr = -1; current.server = save; } -- cgit v1.2.3