comparison cinst/nssstore_win.c @ 671:d4766b4922c9

Fix linux build
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 27 Jun 2014 11:01:14 +0200
parents 175370634226
children f1795a232418
comparison
equal deleted inserted replaced
670:175370634226 671:d4766b4922c9
176 if (ret != ERROR_SUCCESS) 176 if (ret != ERROR_SUCCESS)
177 { 177 {
178 ERRORPRINTF ("Failed to open profile list. Error: %i", ret); 178 ERRORPRINTF ("Failed to open profile list. Error: %i", ret);
179 return NULL; 179 return NULL;
180 } 180 }
181
182 181
183 /* Obtain the current user sid to prevent it from being returned. */ 182 /* Obtain the current user sid to prevent it from being returned. */
184 current_user = get_process_owner (GetCurrentProcess()); 183 current_user = get_process_owner (GetCurrentProcess());
185 184
186 if (!current_user) 185 if (!current_user)

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