commit | 0a768af0bc665104d2f64bcc15e634d1485d183f | [log] [tgz] |
---|---|---|
author | guy <guy> | Wed Mar 24 04:13:38 2004 +0000 |
committer | guy <guy> | Wed Mar 24 04:13:38 2004 +0000 |
tree | 070099cb880fb9f7c32476e646d41921354e1780 | |
parent | 850e7d399847ccb64889a29ac0e15caca8d4fcbd [diff] |
"getname()" is not always passed a pointer to packet data, so it cannot take responsibility for checking whether that data is present in the packet; the callers must do so. Having checked in a number of changes to make the callers do so (which fixes some other potential problems as well!), we remove the change to do the check in "getname()".