X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/e3f281ce02023aed0fa1a0cb14b82e63d3b718a0..1196e58cf43993c63bbd5ff13306a29976bb29fa:/sessionctl.c diff --git a/sessionctl.c b/sessionctl.c index 43ea8d6..20cf0e1 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);