mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2026-03-20 03:41:02 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -658,7 +658,7 @@ namespace OpenWifi {
|
||||
Params.set(uCentralProtocol::URI, URI);
|
||||
Params.set(uCentralProtocol::KEEP_REDIRECTOR, KeepRedirector ? 1 : 0);
|
||||
|
||||
if(!R.sysupgrade_not_allowed() && FWSignature.empty()) {
|
||||
if(R.sysupgrade_not_allowed() && FWSignature.empty()) {
|
||||
Poco::URI uri(URI);
|
||||
FWSignature = SignatureManager()->Sign(R,uri);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user