Commit 684612cb2aa5cd92f9b8ec463420aac70a64081f
1 parent
7ba45ddc
授权到2021年12月31日
Showing
1 changed file
with
1 additions
and
1 deletions
src/left_over/ms_region_surveilance.cpp
@@ -67,7 +67,7 @@ int rs_init(void **handle, rs_param param) | @@ -67,7 +67,7 @@ int rs_init(void **handle, rs_param param) | ||
67 | if (SUCCESS == (ret = sy_licence(productSN, &wtime))) | 67 | if (SUCCESS == (ret = sy_licence(productSN, &wtime))) |
68 | #endif | 68 | #endif |
69 | #else | 69 | #else |
70 | - ret = sy_time_check(2021, 1); | 70 | + ret = sy_time_check(2022, 1); |
71 | if (ret == SUCCESS) | 71 | if (ret == SUCCESS) |
72 | #endif | 72 | #endif |
73 | { | 73 | { |