GnuTLS is now supported on client side.
FossilOrigin-Name: 1cb3d6ca96bf4b9447418b5a3983a3abc8918d60ef745cc2600a353f4a7f559b
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
|
||||
int sulking_state()
|
||||
{
|
||||
cw_log_debug0("Entering Sulking state");
|
||||
cw_log_debug0("Sleeping for %i seconds",conf_silent_interval);
|
||||
cw_dbg(DBG_CW_INFO,"Entering Sulking state");
|
||||
cw_dbg(DBG_CW_INFO,"Sleeping for %i seconds",conf_silent_interval);
|
||||
sleep(conf_silent_interval);
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user