]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Merge remote-tracking branch 'public/bug10543_024_v2'
authorNick Mathewson <nickm@torproject.org>
Thu, 6 Feb 2014 21:25:26 +0000 (16:25 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 Feb 2014 21:25:26 +0000 (16:25 -0500)
1  2 
src/or/nodelist.c

index d1a226e4ff53ab13ebabb047822ea5ea0e14f4b7,8fa1703325aaaa6013baca40116ecc0f833e00dc..395ea3346a31475b4d7e084976e9659b233c05d2
@@@ -1331,9 -1329,10 +1331,10 @@@ compute_frac_paths_available(const netw
    smartlist_t *mid    = smartlist_new();
    smartlist_t *exits  = smartlist_new();
    smartlist_t *myexits= smartlist_new();
-   double f_guard, f_mid, f_exit, f_myexit;
+   smartlist_t *myexits_unflagged = smartlist_new();
+   double f_guard, f_mid, f_exit, f_myexit, f_myexit_unflagged;
    int np, nu; /* Ignored */
 -  const int authdir = authdir_mode_v2(options) || authdir_mode_v3(options);
 +  const int authdir = authdir_mode_v3(options);
  
    count_usable_descriptors(num_present_out, num_usable_out,
                             mid, consensus, options, now, NULL, 0);