diff cinst/main.c @ 161:a4b1c77f3e6a

Change install_certificates_win to generic write_stores_win This function will also handle the removal to avoid redundancies in store handling
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 25 Mar 2014 10:08:31 +0000
parents dbbd761959ae
children 8cfcd38a9bb3
line wrap: on
line diff
--- a/cinst/main.c	Tue Mar 25 10:07:12 2014 +0000
+++ b/cinst/main.c	Tue Mar 25 10:08:31 2014 +0000
@@ -233,8 +233,7 @@
     }
 
 #ifdef WIN32
-    return install_certificates_win((const char**) to_install, true);
-    //remove_certificates_win((const char**) to_remove, 1);
+    return write_stores_win (to_install, to_remove, true);
 #endif
 
     /* Make valgrind happy */

http://wald.intevation.org/projects/trustbridge/