Skip to content

Commit

Permalink
Fix typo in unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 16, 2013
1 parent 4c584a4 commit d672df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ static int insert_into_proxy_hash(REQUEST *request)
RDEBUG3("proxy: Trying to open a new listener to the home server");
this = proxy_new_listener(request->home_server, 0);
if (!this) {
PTHREAD_MUTEX_LOCK(&proxy_mutex);
PTHREAD_MUTEX_UNLOCK(&proxy_mutex);
radlog(L_ERR, "proxy: Failed to create a new outbound socket");
return 0;
}
Expand Down

0 comments on commit d672df9

Please sign in to comment.