Skip to content

Commit

Permalink
fixed auth bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Abraham committed May 23, 2012
1 parent 3982e0d commit 1f59164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSLServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ void SSLServer::handleClient()
if( !tempstr.empty() )
{
answer = parseReq( tempstr );

}
std::string write;
if ( answer )
Expand Down Expand Up @@ -193,6 +192,7 @@ bool SSLServer::parseReq( std::string req )
}
}
}
return false;
}

std::string SSLServer::decodeDigest( std::string digest )
Expand Down

0 comments on commit 1f59164

Please sign in to comment.