STABLE14-windows-remove-extra-parameter-20050104

aklog.c - remove extra parameter from pr_Initialize()


(cherry picked from commit 1a3e8d9e1641a301a87dd0a0f5b2ca5ef2528e58)
This commit is contained in:
Jeffrey Altman 2005-01-31 04:09:10 +00:00 committed by Derrick Brashear
parent 65f2a099f3
commit 5d309485c1

View File

@ -281,7 +281,7 @@ void ViceIDToUsername(char *username, char *realm_of_user, char *realm_of_cell,
* level
*/
if ((*status = pr_Initialize(1L, confname, aserver->cell, 0))) {
if ((*status = pr_Initialize(1L, confname, aserver->cell))) {
printf("Error %d\n", status);
return;
}