Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attempt to suppress the WARN thatpops when loading an identity as a file #756

Merged
merged 4 commits into from
Oct 17, 2024

Conversation

dovholuknf
Copy link
Member

No description provided.

@dovholuknf dovholuknf requested a review from a team as a code owner October 17, 2024 17:20
library/config.c Outdated Show resolved Hide resolved
library/config.c Outdated Show resolved Hide resolved
library/config.c Outdated

memset(cfg, 0, sizeof(*cfg));
int rc = parse_ziti_config(cfg, cfgstr, strlen(cfgstr));
int rc;
if(seems_like_json) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whitespace

@ekoby ekoby merged commit 4539867 into main Oct 17, 2024
10 checks passed
@ekoby ekoby deleted the better-identity-detection branch October 17, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants