Commit 8445c44a authored by Adrian Moran's avatar Adrian Moran

Fix unreachable statement.

Signed-off-by: 's avatarAdrian Moran <amoran@ikerlan.es>
parent d0a053d6
...@@ -271,7 +271,7 @@ int pstremove(void* handle, char* key) ...@@ -271,7 +271,7 @@ int pstremove(void* handle, char* key)
FUNC_ENTRY; FUNC_ENTRY;
if (clientDir == NULL) if (clientDir == NULL)
{ {
return rc = MQTTCLIENT_PERSISTENCE_ERROR; rc = MQTTCLIENT_PERSISTENCE_ERROR;
goto exit; goto exit;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment