mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
darwin80-avoid-stack-free-20060915
thanks to apple for their help; all i did was code the patch
This commit is contained in:
parent
1c8080fe9d
commit
3473fa4ec7
@ -122,7 +122,9 @@ osi_NetReceive(osi_socket so, struct sockaddr_storage *saddr, int *slen,
|
||||
*alength -= resid;
|
||||
if (sa) {
|
||||
*slen = sa->sa_len;
|
||||
#ifndef AFS_DARWIN80_ENV
|
||||
FREE(sa, M_SONAME);
|
||||
#endif
|
||||
}
|
||||
return code;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user