mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
style nits
This commit is contained in:
parent
6d7c774ba2
commit
89085246e5
@ -79,7 +79,7 @@ kore_fileref_create(struct kore_server *srv, const char *path, int fd,
|
||||
if (srv->tls == 0) {
|
||||
ref->fd = fd;
|
||||
} else {
|
||||
if ((uintmax_t)size> SIZE_MAX) {
|
||||
if ((uintmax_t)size > SIZE_MAX) {
|
||||
kore_pool_put(&ref_pool, ref);
|
||||
return (NULL);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user