From 17a750ff36a5183c6347e0cf279beb2d20e12145 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 4 Dec 2000 22:57:53 +0000 Subject: Remove duplicate line Not responded to by: kris, then green --- crypto/openssh/ssh.c | 1 - 1 file changed, 1 deletion(-) (limited to 'crypto') diff --git a/crypto/openssh/ssh.c b/crypto/openssh/ssh.c index d46e992..2271021 100644 --- a/crypto/openssh/ssh.c +++ b/crypto/openssh/ssh.c @@ -513,7 +513,6 @@ main(int ac, char **av) pwcopy.pw_passwd = xstrdup(pw->pw_passwd); pwcopy.pw_uid = pw->pw_uid; pwcopy.pw_gid = pw->pw_gid; - pwcopy.pw_class = xstrdup(pw->pw_class); pwcopy.pw_dir = xstrdup(pw->pw_dir); pwcopy.pw_shell = xstrdup(pw->pw_shell); pwcopy.pw_class = xstrdup(pw->pw_class); -- cgit v1.1