mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-18 06:46:55 +00:00
Make USL compilers happy
UX:acomp: ERROR: "sftp-server.c", line 567: void function cannot return value
This commit is contained in:
parent
3ef403f351
commit
61761340be
@ -564,7 +564,7 @@ send_status_errmsg(u_int32_t id, u_int32_t status, const char *errmsg)
|
||||
static void
|
||||
send_status(u_int32_t id, u_int32_t status)
|
||||
{
|
||||
return send_status_errmsg(id, status, NULL);
|
||||
send_status_errmsg(id, status, NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user