summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@crystal.(none)>2008-11-21 21:02:45 +0200
committerNikos Mavrogiannopoulos <nmav@crystal.(none)>2008-11-21 21:02:45 +0200
commit8b14ab18cf5e5214ac3d28412e0c503e83a753c1 (patch)
treeabae422411a81328e1f4c14dd1f26d7aa5e65b03 /src
parent88eba89c793da85f57c599a599f0df25966ab989 (diff)
downloadgnutls-8b14ab18cf5e5214ac3d28412e0c503e83a753c1.tar.gz
Corrected bug which caused a rehandshake request to be ignored by gnutls-cli. Now
a rehandshake is being performed on request.
Diffstat (limited to 'src')
-rw-r--r--src/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.c b/src/cli.c
index cea711b1b7..44eb51ae90 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -539,7 +539,7 @@ handle_error (socket_st * hd, int err)
*/
}
- check_rehandshake (hd, ret);
+ check_rehandshake (hd, err);
return ret;
}