[1212] in Source-Commits
athena/bin/attach rpc.c
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Wed Mar 5 19:52:20 1997
From: ghudson@MIT.EDU
To: source-commits@MIT.EDU
Date: Wed, 05 Mar 1997 19:52:17 EST
Update of /afs/dev.mit.edu/source/repository/athena/bin/attach
In directory small-gods:/afs/dev.mit.edu/user/ghudson/athena/bin/attach
Modified Files:
rpc.c
Log Message:
Remove code to bind to a reserved port; clntudp_create() does that for us.
This fixes a bug on Solaris because clntudp_create() was passing back
something that wasn't a socket and bind() was having unpredictable
results.