[12333] in Athena Bugs

home help back first fref pref prev next nref lref last post

aklog doesn't send proper args to ktc_SetToken

daemon@ATHENA.MIT.EDU (jtkohl@MIT.EDU)
Fri Aug 5 23:01:56 1994

From: jtkohl@MIT.EDU
Date: Fri, 5 Aug 1994 23:01:46 -0400
To: bugs@MIT.EDU

aklog doesn't pass enough arguments to ktc_SetToken.

===================================================================
RCS file: RCS/aklog_main.c,v
retrieving revision 1.27
diff -c -r1.27 aklog_main.c
*** 1.27	1994/07/27 18:16:40
--- aklog_main.c	1994/08/06 03:00:53
***************
*** 401,407 ****
  	    sprintf(msgbuf, "Getting tokens.\n");
  	    params.pstdout(msgbuf);
  	}
! 	if (status = ktc_SetToken(&aserver, &atoken, &aclient)) {
  	    sprintf(msgbuf, 
  		    "%s: unable to obtain tokens for cell %s (status: %d).\n",
  		    progname, cell_to_use, status);
--- 401,407 ----
  	    sprintf(msgbuf, "Getting tokens.\n");
  	    params.pstdout(msgbuf);
  	}
! 	if (status = ktc_SetToken(&aserver, &atoken, &aclient, 0)) {
  	    sprintf(msgbuf, 
  		    "%s: unable to obtain tokens for cell %s (status: %d).\n",
  		    progname, cell_to_use, status);

home help back first fref pref prev next nref lref last post