From 69ee9e743b862b317b15f77d2e63ac4f394f2315 Mon Sep 17 00:00:00 2001 From: markus Date: Sun, 7 Jan 2001 21:26:55 +0000 Subject: typo --- usr.bin/ssh/cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/cli.c') diff --git a/usr.bin/ssh/cli.c b/usr.bin/ssh/cli.c index 05f061b0e03..cc7bc90cd68 100644 --- a/usr.bin/ssh/cli.c +++ b/usr.bin/ssh/cli.c @@ -1,5 +1,5 @@ #include "includes.h" -RCSID("$OpenBSD: cli.c,v 1.3 2001/01/07 19:04:47 markus Exp $"); +RCSID("$OpenBSD: cli.c,v 1.4 2001/01/07 21:26:55 markus Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -147,7 +147,7 @@ cli_write(char* buf, int size) for (pos = 0; pos < len; pos += ret) { ret = write(cli_output, output + pos, len - pos); if (ret == -1) { - xfree(output) + xfree(output); return -1; } } -- cgit v1.2.3-59-g8ed1b