mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 21:02:33 +08:00
Update to FreeBSD 9.2
This commit is contained in:
@@ -164,7 +164,8 @@ ipsec_dump_policy(policy, delimiter)
|
||||
return NULL;
|
||||
}
|
||||
buf = newbuf;
|
||||
snprintf(buf, buflen, "%s%s%s", buf, delimiter, isrbuf);
|
||||
snprintf(buf + strlen(buf), buflen - strlen(buf),
|
||||
"%s%s", delimiter, isrbuf);
|
||||
|
||||
off += xisr->sadb_x_ipsecrequest_len;
|
||||
}
|
||||
|
Reference in New Issue
Block a user