Skip to content

Commit

Permalink
Update for Interopability Tests #3 (to be squashed later)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed Dec 17, 2022
1 parent 33beaed commit 703ffbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/oscore-interop-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ main(int argc, char **argv) {
char port_str[NI_MAXSERV] = "5683";
int opt;
int mcast_per_resource = 0;
coap_log_t log_level = LOG_WARNING;
coap_log_t log_level = COAP_LOG_WARN;
unsigned wait_ms;
coap_time_t t_last = 0;
int coap_fd;
Expand Down

0 comments on commit 703ffbf

Please sign in to comment.