Get rid of segfault in a `site %s' case.
Submitted by: Max Khon <fjoe@iclub.nsu.ru>
This commit is contained in:
parent
809bd9d931
commit
710c33e780
@ -1461,7 +1461,7 @@ quote1(initial, argc, argv)
|
||||
len += len1;
|
||||
}
|
||||
}
|
||||
if (command(buf) == PRELIM) {
|
||||
if (command("%s", buf) == PRELIM) {
|
||||
while (getreply(0) == PRELIM)
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user