SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
net/owamp/patches/patch-owamp_api_c
Normal file
12
net/owamp/patches/patch-owamp_api_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: owamp/api.c
|
||||
--- owamp/api.c.orig
|
||||
+++ owamp/api.c
|
||||
@@ -2313,7 +2313,7 @@ GetSessionFinishedType(
|
||||
phdr->finished = GetSessionFinishedType(ctx,ntohl(finished));
|
||||
|
||||
if(phdr->version < 3){
|
||||
- phdr->oset_skiprecs = NULL;
|
||||
+ phdr->oset_skiprecs = 0;
|
||||
phdr->num_skiprecs = 0;
|
||||
phdr->oset_datarecs = phdr->hdr_len;
|
||||
phdr->num_datarecs = (phdr->sbuf.st_size - phdr->hdr_len)/
|
Loading…
Add table
Add a link
Reference in a new issue