Update of /cvsroot/radmind/radmind-assistant/rte
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12358
Modified Files:
rteauthexec.c
Log Message:
Use the appropriate right.
Index: rteauthexec.c
===================================================================
RCS file: /cvsroot/radmind/radmind-assistant/rte/rteauthexec.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** rteauthexec.c 7 Mar 2005 14:52:28 -0000 1.10
--- rteauthexec.c 26 Apr 2006 14:01:10 -0000 1.11
***************
*** 185,189 ****
int nactions;
char action[ MAXPATHLEN ] = { 0 };
! const char *rightname = "edu.umich.rteauthexec";
AuthorizationRef authref;
AuthorizationExternalForm extauth;
--- 185,189 ----
int nactions;
char action[ MAXPATHLEN ] = { 0 };
! const char *rightname = "edu.umich.radmind.edit";
AuthorizationRef authref;
AuthorizationExternalForm extauth;
|