Michael Niedermayer <[email protected]> added the comment:

On Wed, Aug 05, 2009 at 01:46:46PM +0000, Artem wrote:
[...]
> *** ffserver.c        2009-08-05 18:43:13.000000000 +0600
> --- ../ffmpeg.arti/ffserver.c 2009-08-05 18:47:27.000000000 +0600
> ***************
> *** 1197,1203 ****
>       enum IPAddressAction last_action = IP_DENY;
>       IPAddressACL *acl;
>       struct in_addr *src = &c->from_addr.sin_addr;
> !     unsigned long src_addr = src->s_addr;
>   
>       for (acl = stream->acl; acl; acl = acl->next) {
>           if (src_addr >= acl->first.s_addr && src_addr <= acl->last.s_addr)

this patch does not conform to our patch submission rules
we cant read that kind of patches ...

[...]

_____________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue1304>
_____________________________________________________

Reply via email to