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

Invalid datakind for Monitor Connected Information in debug_print() #528

Closed
mfncooper opened this issue May 5, 2024 · 1 comment
Closed

Comments

@mfncooper
Copy link

The AGWPE code for debug_print() uses the wrong datakind value for Monitor Connected Information in the TO_CLIENT switch statement.

https://github.com/wb2osz/direwolf/blob/dev/src/server.c#L382

The switch uses 'M' whereas the correct value should be 'I'.

This bug is the cause of the "**INVALID**" message types seen in the debug logs posted in issue #497.

@wb2osz
Copy link
Owner

wb2osz commented May 6, 2024

Thank you for pointing out this issue.
This should be resolved in the "dev" branch.

@wb2osz wb2osz closed this as completed May 6, 2024
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

No branches or pull requests

2 participants