Index: openacs-4/packages/acs-authentication/tcl/authority-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authority-procs.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/acs-authentication/tcl/authority-procs.tcl 8 Oct 2003 09:59:06 -0000 1.17 +++ openacs-4/packages/acs-authentication/tcl/authority-procs.tcl 24 Oct 2003 13:28:44 -0000 1.18 @@ -356,8 +356,7 @@ # If this is a snapshot, we need to delete all the users belonging to this authority # that weren't included in the snapshot. auth::sync::job::snapshot_delete_remaining \ - -job_id $job_id \ - -authority_id $authority_id + -job_id $job_id } }