mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
STABLE14-windows-remove-extra-parameter-20050104
aklog.c - remove extra parameter from pr_Initialize() (cherry picked from commit 1a3e8d9e1641a301a87dd0a0f5b2ca5ef2528e58)
This commit is contained in:
parent
65f2a099f3
commit
5d309485c1
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user