Linux: Use the kernel's credentials structure
[openafs.git] / src / afs / afs_osi.c
index f075ef2..1257902 100644 (file)
@@ -115,7 +115,7 @@ osi_Init(void)
 #else
        memset(&afs_osi_cred, 0, sizeof(afs_ucred_t));
 #if defined(AFS_LINUX26_ENV)
-        set_cr_group_info(&afs_osi_cred, groups_alloc(0));
+        afs_set_cr_group_info(&afs_osi_cred, groups_alloc(0));
 #endif
 #if defined(AFS_DARWIN80_ENV)
         afs_osi_cred.cr_ref = 1; /* kauth_cred_get_ref needs 1 existing ref */