]> git.pld-linux.org Git - packages/apr-compat.git/commitdiff
- initialize flags first auto/th/apr-1_3_3-7 auto/th/apr-1_3_3-8
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 22 Feb 2009 00:08:46 +0000 (00:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-bug-46425.patch -> 1.2

apr-bug-46425.patch

index d3e7ad04457d64ea49f25faf5695bcf5c1f8be57..d234809541f174793a9fbc38cbe45fa07d6d4b2d 100644 (file)
@@ -7,7 +7,7 @@ Index: network_io/unix/sockets.c
                                 int protocol, apr_pool_t *cont)
  {
 -    int family = ofamily;
-+    int family = ofamily, flags;
++    int family = ofamily, flags = 0;
 +
 +#ifdef SOCK_CLOEXEC
 +    flags |= SOCK_CLOEXEC;
This page took 0.112074 seconds and 4 git commands to generate.