aqhome-react: Unified function names.
This commit is contained in:
@@ -182,7 +182,7 @@ void _serve(AQHOME_REACT *aqh)
|
||||
time_t t;
|
||||
|
||||
DBG_INFO(NULL, "Checking network files");
|
||||
tNew=AQHREACT_GetNewestUnitNetFiletime(aqh);
|
||||
tNew=AQHomeReact_GetNewestUnitNetFiletime(aqh);
|
||||
t=AqHomeReact_GetLatestNetworkFileTime(aqh);
|
||||
if (tNew && tNew>t) {
|
||||
DBG_INFO(NULL, "Reloading network files");
|
||||
|
||||
Reference in New Issue
Block a user