mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-10 00:42:14 +00:00
Code cleanup
This commit is contained in:
parent
d271072d69
commit
c9ecd931d9
31 changed files with 101 additions and 101 deletions
|
|
@ -574,7 +574,7 @@ static int handle_lua_request(struct mg_connection *conn) {
|
|||
|
||||
len = (u_int)strlen(request_info->uri);
|
||||
|
||||
#ifdef HAVE_NEDGE
|
||||
#ifdef HAVE_OLD_NEDGE
|
||||
if(!ntop->getPro()->has_valid_license()) {
|
||||
if (! ntop->getGlobals()->isShutdown()) {
|
||||
ntop->getTrace()->traceEvent(TRACE_NORMAL, "License expired, shutting down...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue