From: Brendan O'Dea Date: Tue, 10 May 2005 06:48:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~200 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/4e9a82ff0549926ef6decc276561d1b9a772f6af *** empty log message *** --- diff --git a/sessionctl.c b/sessionctl.c index a02bcf0..7cb0316 100644 --- a/sessionctl.c +++ b/sessionctl.c @@ -5,7 +5,7 @@ /* session control */ -char const *cvs_id = "$Id: sessionctl.c,v 1.1 2005-05-10 06:44:11 bodea Exp $"; +char const *cvs_id = "$Id: sessionctl.c,v 1.2 2005-05-10 06:48:16 bodea Exp $"; int plugin_api_version = PLUGIN_API_VERSION; static struct pluginfuncs *p = 0; @@ -64,7 +64,7 @@ int plugin_control(struct param_control *data) if (data->argc > 2) reason = data->argv[2]; else - reaons = "Requested by administrator."; + reason = "Requested by administrator."; if (data->argv[0][0] == 'd') p->sessionshutdown(session, reason, 3, 0);