Skip to content

Commit a9733f8

Browse files
committed
WIP
1 parent 09348dc commit a9733f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ INLINE static int IsMessageAllowedClient(WOLFSSH *ssh, byte msg)
720720
return 0;
721721
}
722722
else if (MSGIDLIMIT_AUTH(msg)) {
723+
WLOG(WS_LOG_DEBUG, "this happened\n");
723724
return 1;
724725
}
725726
}

0 commit comments

Comments
 (0)