Mercurial > trustbridge
comparison cinst/main.c @ 325:c89bfb0e638e
Remove obsolete ifdef against write_stores_win
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 07 Apr 2014 13:40:54 +0000 |
parents | eff8e7ce4dae |
children | 5fa58979cb3a |
comparison
equal
deleted
inserted
replaced
324:eff8e7ce4dae | 325:c89bfb0e638e |
---|---|
260 if (ret != 0) | 260 if (ret != 0) |
261 { | 261 { |
262 ERRORPRINTF ("Failed to write windows stores retval: %i\n", ret); | 262 ERRORPRINTF ("Failed to write windows stores retval: %i\n", ret); |
263 } | 263 } |
264 #endif | 264 #endif |
265 #ifndef WIN32 /* TODO Remove ifdef once it is implemented */ | |
266 ret = write_stores_nss (NULL, all_valid_certs); | 265 ret = write_stores_nss (NULL, all_valid_certs); |
267 #endif | |
268 return ret; | 266 return ret; |
269 } | 267 } |
270 | 268 |
271 ret = read_instructions_file (instruction_file_name, &to_install, | 269 ret = read_instructions_file (instruction_file_name, &to_install, |
272 &to_remove); | 270 &to_remove); |