mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
of 0 after the out_fail label. 2007-04-25 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead of 0 after the out_fail label.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-04-25 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
|
||||||
|
of 0 after the out_fail label.
|
||||||
|
|
||||||
2007-04-25 Ulrich Drepper <drepper@redhat.com>
|
2007-04-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
[BZ #4406]
|
[BZ #4406]
|
||||||
|
@ -226,7 +226,7 @@ make_request (int fd, pid_t pid, bool *seen_ipv4, bool *seen_ipv6,
|
|||||||
out_fail:
|
out_fail:
|
||||||
if (use_malloc)
|
if (use_malloc)
|
||||||
free (buf);
|
free (buf);
|
||||||
return 0;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user