strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
008e2df
)
smp: Use proper signed type to get return value of read(2).
author
Tobias Brunner
<tobias@strongswan.org>
Thu, 22 Mar 2012 15:11:39 +0000
(16:11 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Tue, 27 Mar 2012 07:10:33 +0000
(09:10 +0200)
src/libcharon/plugins/smp/smp.c
patch
|
blob
|
history
diff --git
a/src/libcharon/plugins/smp/smp.c
b/src/libcharon/plugins/smp/smp.c
index
68935aa
..
830ed4c
100644
(file)
--- a/
src/libcharon/plugins/smp/smp.c
+++ b/
src/libcharon/plugins/smp/smp.c
@@
-627,7
+627,7
@@
static job_requeue_t process(int *fdp)
int fd = *fdp;
bool oldstate;
char buffer[4096];
- size_t len;
+ s
s
ize_t len;
xmlTextReaderPtr reader;
char *id = NULL, *type = NULL;