[or-cvs] r9537: When backporting a bugfix, always make sure it compiles. :) (in tor/branches/tor-0_1_1-patches: . src/or)

nickm at seul.org nickm at seul.org
Thu Feb 8 23:24:21 UTC 2007


Author: nickm
Date: 2007-02-08 18:24:20 -0500 (Thu, 08 Feb 2007)
New Revision: 9537

Modified:
   tor/branches/tor-0_1_1-patches/
   tor/branches/tor-0_1_1-patches/src/or/dirserv.c
Log:
 r11734 at catbus:  nickm | 2007-02-08 18:23:53 -0500
 When backporting a bugfix, always make sure it compiles. :)



Property changes on: tor/branches/tor-0_1_1-patches
___________________________________________________________________
 svk:merge ticket from /tor/011 [r11734] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/branches/tor-0_1_1-patches/src/or/dirserv.c
===================================================================
--- tor/branches/tor-0_1_1-patches/src/or/dirserv.c	2007-02-08 23:24:03 UTC (rev 9536)
+++ tor/branches/tor-0_1_1-patches/src/or/dirserv.c	2007-02-08 23:24:20 UTC (rev 9537)
@@ -1021,7 +1021,7 @@
         unlink(fname);
       }
       tor_free(fname);
-      cached_dir_decref(dir);
+      free_cached_dir(dir);
     } else {
       iter = digestmap_iter_next(cached_v2_networkstatus, iter);
     }



More information about the tor-commits mailing list