Fix warning: this statement may fall through

/libretroshare/src/pqi/pqissl.cc:449: warning: this statement may fall
through [-Wimplicit-fallthrough=]
    sslmode = PQISSL_ACTIVE; /* we're starting this one */
/libretroshare/src/pqi/pqissl.cc:456: here
   case WAITING_DELAY:
This commit is contained in:
Phenom 2017-07-15 11:19:28 +02:00 committed by csoler
parent b9d4651f07
commit a0506c1a0f

View File

@ -452,7 +452,7 @@ int pqissl::ConnectAttempt()
rslog(RSL_DEBUG_BASIC, pqisslzone,
"pqissl::ConnectAttempt() STATE = Not Waiting, starting connection");
#endif
/* fallthrough */
case WAITING_DELAY:
#ifdef PQISSL_LOG_DEBUG