mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-10 07:38:06 -05:00
Add a couple of missing return values
[originally from svn r1214]
This commit is contained in:
parent
254f50974e
commit
ac97a0cb1d
3
raw.c
3
raw.c
@ -89,9 +89,8 @@ static char *raw_init(char *host, int port, char **realhost)
|
||||
*/
|
||||
static int raw_send(char *buf, int len)
|
||||
{
|
||||
|
||||
if (s == NULL)
|
||||
return;
|
||||
return 0;
|
||||
|
||||
raw_bufsize = sk_write(s, buf, len);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user