Removed some dead code

FossilOrigin-Name: 52b9c75cf1b8c5debd543fc72f9d4363bf0a1c83e341ad627886f038791dfc86
This commit is contained in:
root@ac.supos.de 2014-07-13 11:07:37 +00:00
parent a68adb521d
commit 7e9812cddb
1 changed files with 1 additions and 1 deletions

View File

@ -89,8 +89,8 @@ static void wtpman_run(void *arg)
}
cw_log_debug0("Establishing DTLS connection");
#ifdef WITH_DTLS
#ifdef WITH_DTLS
if (!conf_dtls_psk){
cw_log(LOG_ERR,"Cant' establish DTLS connection, no psk set in config file");
wtpman_remove(wtpman);