projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df3e66f
)
Fix stupid #ifdef logic error
author
Theodore Tso
<tytso@mit.edu>
Thu, 17 Jul 1997 17:39:08 +0000
(17:39 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Thu, 17 Jul 1997 17:39:08 +0000
(17:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10121
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/os/c_localaddr.c
patch
|
blob
|
history
diff --git
a/src/lib/crypto/os/c_localaddr.c
b/src/lib/crypto/os/c_localaddr.c
index b85bfc0b2f6b7aeae40dca4f3b1dbdd0f0cf6aa7..5f861b76364e7e7645f8125dbbac06f0b2929b26 100644
(file)
--- a/
src/lib/crypto/os/c_localaddr.c
+++ b/
src/lib/crypto/os/c_localaddr.c
@@
-246,7
+246,7
@@
n_found = 0;
* local IP address, courtesy of Windows Socket Network Programming,
* by Robert Quinn
*/
-#if defined(_MSDOS) ||
!
defined(_WIN32)
+#if defined(_MSDOS) || defined(_WIN32)
static struct hostent *local_addr_fallback_kludge()
{
static struct hostent host;