mirror of
https://repo.or.cz/socat.git
synced 2025-07-18 00:53:25 +00:00
Removed trailing white space from *.h and *.c files
This commit is contained in:
parent
920d77847d
commit
33896a3f38
38 changed files with 172 additions and 165 deletions
|
@ -228,7 +228,7 @@ int xiocheckrange_ip6(struct sockaddr_in6 *pa, struct xiorange *range) {
|
|||
masked.u6_addr32[1] != rangeaddr->u6_addr32[1] ||
|
||||
masked.u6_addr32[2] != rangeaddr->u6_addr32[2] ||
|
||||
masked.u6_addr32[3] != rangeaddr->u6_addr32[3]) {
|
||||
Debug1("client address %s is not permitted", peername);
|
||||
Debug1("client address %s is not permitted", peername);
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue