mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-07 00:01:49 -04:00
smp: Use proper signed type to get return value of read(2).
This commit is contained in:
parent
008e2df477
commit
adfd3b992f
@ -627,7 +627,7 @@ static job_requeue_t process(int *fdp)
|
||||
int fd = *fdp;
|
||||
bool oldstate;
|
||||
char buffer[4096];
|
||||
size_t len;
|
||||
ssize_t len;
|
||||
xmlTextReaderPtr reader;
|
||||
char *id = NULL, *type = NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user