Get rid of segfault in a `site %s' case.

Submitted by:	Max Khon <fjoe@iclub.nsu.ru>
This commit is contained in:
Ruslan Ermilov 2000-06-23 14:39:23 +00:00
parent 0138fc17c5
commit a02450722b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62009

View file

@ -1461,7 +1461,7 @@ quote1(initial, argc, argv)
len += len1;
}
}
if (command(buf) == PRELIM) {
if (command("%s", buf) == PRELIM) {
while (getreply(0) == PRELIM)
continue;
}