Skip to content

Commit

Permalink
Merge pull request #117 from ThomasVon2021/switch
Browse files Browse the repository at this point in the history
fix switch can not change problem
  • Loading branch information
ThomasVon2021 authored Dec 18, 2023
2 parents a196d0e + 8211ab8 commit c29c636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "Develop-1.3.5",
"version_int": 135,
"version": "Develop-1.3.6",
"version_int": 136,
"md5value": "",
"switch_handle":{
"switch_enable": 0,
Expand Down
1 change: 1 addition & 0 deletions src/kvmd/blikvm_switch/blikvm_switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ blikvm_int8_t blikvm_switch_init(blikvm_switch_t* config)
memcpy(g_switch_config.device_path,config->device_path,strlen(config->device_path));

g_switch.init = 1;
g_switch_enable = 1;
}while(0>1);


Expand Down

0 comments on commit c29c636

Please sign in to comment.