[2316] in Source-Commits
athena/lib/al session.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Oct 29 11:11:20 1997
Date: Wed, 29 Oct 1997 11:11:12 -0500
From: Greg Hudson <ghudson@MIT.EDU>
To: source-commits@MIT.EDU
Update of /afs/dev.mit.edu/source/repository/athena/lib/al
In directory the-light-fantastic:/afs/dev.mit.edu/user/ghudson/athena/lib/al
Modified Files:
session.c
Log Message:
Use NULL for initializing pointer variables, and don't initialize them
two at a time (because that involves a cast between incompatible
pointer types).