]> git.pld-linux.org Git - packages/apr.git/commitdiff
- initialize flags to 0
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Mar 2009 23:20:18 +0000 (23:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-bug-46425.patch -> 1.6

apr-bug-46425.patch

index e7a3fbc1beee47ff4443bd940752f498b707e141..9b9a98eeda1b5365b83c42b37834973f6884b41e 100644 (file)
@@ -109,7 +109,7 @@ diff -urN apr-1.3.3.org/network_io/unix/sockets.c apr-1.3.3/network_io/unix/sock
                                 int protocol, apr_pool_t *cont)
  {
 -    int family = ofamily;
-+    int family = ofamily, flags;
++    int family = ofamily, flags = 0;
  
      if (family == APR_UNSPEC) {
  #if APR_HAVE_IPV6
This page took 0.148634 seconds and 4 git commands to generate.