Interchange two parameters in a printf, to prevent a silly segfault.

[originally from svn r2235]
This commit is contained in:
Simon Tatham 2002-11-20 19:56:10 +00:00
Родитель 57d1921d04
Коммит 75ebfa28f0
1 изменённых файлов: 1 добавлений и 1 удалений

2
ssh.c
Просмотреть файл

@ -1073,7 +1073,7 @@ static int ssh2_rdpkt(Ssh ssh, unsigned char **data, int *datalen)
logevent(buf);
sfree(buf);
buf = dupprintf("Disconnection message text: %n%.*s",
msglen, &nowlen, ssh->pktin.data + 14);
&nowlen, msglen, ssh->pktin.data + 14);
logevent(buf);
bombout((ssh,"Server sent disconnect message\ntype %d (%s):\n\"%s\"",
reason,