mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Add envirnonment variable for debug timestamps to roughly match
network timestamps (in tshark)
This commit is contained in:
@@ -53,6 +53,10 @@ int exitflag = 0; /* GLOBAL */
|
||||
void common_session_init(int sock_in, int sock_out) {
|
||||
time_t now;
|
||||
|
||||
#ifdef DEBUG_TRACE
|
||||
debug_start_net();
|
||||
#endif
|
||||
|
||||
TRACE(("enter session_init"))
|
||||
|
||||
ses.sock_in = sock_in;
|
||||
|
||||
Reference in New Issue
Block a user