Fix obvious bug where we were returning a pointer to an automatic
authorTheodore Tso <tytso@mit.edu>
Wed, 1 Jul 1998 21:57:42 +0000 (21:57 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 1 Jul 1998 21:57:42 +0000 (21:57 +0000)
commit25f42f397ad148fed4d496410e695a57403030ec
tree45b01e4c368a8f4bfd09da26cb7054b5ed706e83
parent5e27a4d7af728770a6e325a8b4a9fe9da8a6d0cc
Fix obvious bug where we were returning a pointer to an automatic
variable which should have been a static.  Fortunately nothing in the
Mac tree was using inet_ntoa()....

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10606 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/macsock.c