Skip to content

Commit

Permalink
add missing override init
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Oct 4, 2023
1 parent ca2cf7e commit 23fee97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ tonie_info_t getTonieInfo(const char *contentPath, settings_t *settings)
tonieInfo.contentConfig.cloud_ruid = NULL;
tonieInfo.contentConfig.cloud_auth = NULL;
tonieInfo.contentConfig.cloud_auth_len = 0;
tonieInfo.contentConfig.cloud_override = false;
tonieInfo.contentConfig.tonie_model = NULL;
tonieInfo.contentConfig._valid = false;

Expand Down

0 comments on commit 23fee97

Please sign in to comment.