summaryrefslogtreecommitdiffstats
path: root/net/tools
diff options
context:
space:
mode:
authormbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 00:42:47 +0000
committermbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 00:42:47 +0000
commitd6d3ab88e49f93cbf34fb60052c3143f1449c1e8 (patch)
tree813cc48ad90032342cd077240f04d182e280cfc4 /net/tools
parent50e4713027872e80aef4b259de99e6a682110eb2 (diff)
downloadchromium_src-d6d3ab88e49f93cbf34fb60052c3143f1449c1e8.zip
chromium_src-d6d3ab88e49f93cbf34fb60052c3143f1449c1e8.tar.gz
chromium_src-d6d3ab88e49f93cbf34fb60052c3143f1449c1e8.tar.bz2
Handle error case on SSL read which was not properly exiting.
BUG=none TEST=<this is the test> Review URL: http://codereview.chromium.org/6338013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools')
-rw-r--r--net/tools/flip_server/flip_in_mem_edsm_server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/flip_server/flip_in_mem_edsm_server.cc b/net/tools/flip_server/flip_in_mem_edsm_server.cc
index 3d69a05..cc34d44 100644
--- a/net/tools/flip_server/flip_in_mem_edsm_server.cc
+++ b/net/tools/flip_server/flip_in_mem_edsm_server.cc
@@ -1125,7 +1125,7 @@ class SMConnection: public SMConnectionInterface,
goto done;
default:
PrintSslError();
- break;
+ goto error_or_close;
}
}
} else {