Skip to content

Commit

Permalink
style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkomandy committed Sep 26, 2014
1 parent 2f36873 commit be37c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kits/network/libnetapi/NetworkRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ BNetworkRequest::Stop()
void
BNetworkRequest::SetTimeout(bigtime_t timeout)
{
if (fSocket)
if (fSocket != NULL)
fSocket->SetTimeout(timeout);
}

Expand Down

0 comments on commit be37c44

Please sign in to comment.