Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!ccavax!glassmann From: glassmann@ccavax.camb.com Newsgroups: news.software.anu-news Subject: Bug fix for OPEN/MAIL Message-ID: <14675.25a0b939@ccavax.camb.com> Date: 2 Jan 90 19:22:49 GMT Organization: Cambridge Computer Associates, Inc. Lines: 19 We were getting error code 7E829A and a register dump whenever a non privileged user tried to do OPEN/MAIL. The fix is to turn on sysprv at the appropriate place. In V5.9C the change is: ************ File NEWS_VERSION:[NEWS_SRC]NEWSVMSMAIL.C;3 158 sysprv (); 159 cksts(mail$mailfile_begin(&context,null_list,null_list)); 160 cksts(mail$mailfile_open(&context,null_list,mfo_list)); 161 nosysprv (); 162 mailfile_open = 1; ****** File NEWS_VERSION:[NEWS_SRC]NEWSVMSMAIL.OLD;1 158 cksts(mail$mailfile_begin(&context,null_list,null_list)); 159 cksts(mail$mailfile_open(&context,null_list,mfo_list)); 160 mailfile_open = 1; ************ -- Lenny Glassmann glassmann@ccavax.camb.com