Make format string a string literal. (Discovered by clang.)
MFC After: 1 week
This commit is contained in:
parent
005e768447
commit
43700b5724
@ -2153,7 +2153,7 @@ send_data(FILE *instr, FILE *outstr, size_t blksize, off_t filesize, int isreg)
|
||||
}
|
||||
}
|
||||
ENDXFER;
|
||||
reply(226, msg);
|
||||
reply(226, "%s", msg);
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user