Here is the real solution:
--- sshd_bak.c Fri Jan 15 22:10:24 1999
+++ sshd.c Fri Jan 15 22:10:46 1999
@@ -3673,7 +3673,7 @@
*/
int sgi_project_setup(char *username)
{
- int err;
+ int err=0;
int naccts;
projid_t pbuf;
-- end --
Simply an uninitialized variable.
Josh
--
-- Joshua Weage http://weage.resnet.gatech.edu/ --
-- Mechanical Engineering Graduate Student --
-- Georgia Institute of Technology --
-- Try Linux, the free OS http://www.linux.org/ --
- Re: problem with ssh1.2.26 on IRIX 6.5 Joshua Weage
- Re: problem with ssh1.2.26 on IRIX 6.5 Joshua Weage
- problem with ssh1.2.26 on IRIX 6.5 Eivind Gjelseth
- Re: problem with ssh1.2.26 on IRIX 6.5 Randolph J. Herber
- Re: problem with ssh1.2.26 on IRIX 6.5 Randolph J. Herber
- Re: problem with ssh1.2.26 on IRIX 6.5 Eivind Gjelseth
- Re: problem with ssh1.2.26 on IRIX 6.5 Randolph J. Herber
- Re: problem with ssh1.2.26 on IRIX 6.5 Eivind Gjelseth
