mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 03:54:34 +04:00
https-dns-proxy: fix unintentional call of service_stopped in boot()
Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
return SW_VERSION;
|
||||
#else
|
||||
- return "2023.10.10-atLeast"; // update date sometimes, like 1-2 times a year
|
||||
+ return "2023-10-25-3"; // update date sometimes, like 1-2 times a year
|
||||
+ return "2023-10-25-4"; // update date sometimes, like 1-2 times a year
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user