Mercurial > trustbridge
comparison cinst/main.c @ 247:4de97f74d038
Check for process elevation and write into system store accordingly
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 31 Mar 2014 08:02:46 +0000 |
parents | 4a20bab3f806 |
children | 9ad00a3255f4 |
comparison
equal
deleted
inserted
replaced
246:1efe494c3d2b | 247:4de97f74d038 |
---|---|
266 strv_free (all_certs); | 266 strv_free (all_certs); |
267 all_certs = NULL; | 267 all_certs = NULL; |
268 } | 268 } |
269 | 269 |
270 #ifdef WIN32 | 270 #ifdef WIN32 |
271 return write_stores_win (to_install, to_remove, true); | 271 return write_stores_win (to_install, to_remove); |
272 #endif | 272 #endif |
273 | 273 |
274 /* Make valgrind happy */ | 274 /* Make valgrind happy */ |
275 strv_free (to_install); | 275 strv_free (to_install); |
276 strv_free (to_remove); | 276 strv_free (to_remove); |