From: yasuoka Date: Mon, 5 May 2014 04:58:23 +0000 (+0000) Subject: Delete duplicated "mppe" entry in keywords[]. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=194b1cddcc247ed9a1cb89b0bd3e7e42b3061431;p=openbsd Delete duplicated "mppe" entry in keywords[]. --- diff --git a/usr.sbin/npppd/npppd/parse.y b/usr.sbin/npppd/npppd/parse.y index b6a1cadeae8..66c7c89152d 100644 --- a/usr.sbin/npppd/npppd/parse.y +++ b/usr.sbin/npppd/npppd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.9 2014/03/22 04:32:39 yasuoka Exp $ */ +/* $OpenBSD: parse.y,v 1.10 2014/05/05 04:58:23 yasuoka Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer @@ -1042,7 +1042,6 @@ lookup(char *s) { "max-session", MAX_SESSION}, { "max-tries", MAX_TRIES}, { "mppe", MPPE}, - { "mppe", MPPE}, { "mppe-key-length", MPPE_KEY_LENGTH}, { "mppe-key-state", MPPE_KEY_STATE}, { "mru", MRU},