aboutsummaryrefslogtreecommitdiff
path: root/libssh/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/dh.c')
-rw-r--r--libssh/dh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/dh.c b/libssh/dh.c
index 86de9a2d..9b9e129f 100644
--- a/libssh/dh.c
+++ b/libssh/dh.c
@@ -882,7 +882,7 @@ static int match(const char *group, const char *object){
const char *a;
const char *z;
- a = z = group;
+ z = group;
do {
a = strchr(z, ',');
if (a == NULL) {