]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-remove-extra-parameter-20050104
authorJeffrey Altman <jaltman@mit.edu>
Mon, 31 Jan 2005 04:09:10 +0000 (04:09 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 31 Jan 2005 04:09:10 +0000 (04:09 +0000)
aklog.c - remove extra parameter from pr_Initialize()

(cherry picked from commit 1a3e8d9e1641a301a87dd0a0f5b2ca5ef2528e58)

src/WINNT/aklog/aklog.c

index 4b017d96e7daeae3a7e7b987b1ceac43f9dd6f31..d08166c594e3466696541e5c2ace0d66e179b64f 100644 (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;
             }