diff options
| author | Tom Yu <tlyu@mit.edu> | 2009-01-22 23:21:11 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2009-01-22 23:21:11 +0000 |
| commit | f391d18be3aa3de52b391596bd8025010281cfb7 (patch) | |
| tree | c5c4d97d09ea4adfe82d70a057c5e6f785037340 /src/lib/gssapi/generic/util_localhost.c | |
| parent | 6422c0b5646f4f8e40108c167c50d7aea9abb6da (diff) | |
| download | krb5-f391d18be3aa3de52b391596bd8025010281cfb7.tar.gz krb5-f391d18be3aa3de52b391596bd8025010281cfb7.tar.xz krb5-f391d18be3aa3de52b391596bd8025010281cfb7.zip | |
whitespace
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21778 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/generic/util_localhost.c')
| -rw-r--r-- | src/lib/gssapi/generic/util_localhost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/gssapi/generic/util_localhost.c b/src/lib/gssapi/generic/util_localhost.c index c014400fb..85e098047 100644 --- a/src/lib/gssapi/generic/util_localhost.c +++ b/src/lib/gssapi/generic/util_localhost.c @@ -41,7 +41,7 @@ g_local_host_name(void) char buf[MAXHOSTNAMELEN+1], *ptr; if (gethostname(buf, sizeof(buf)) < 0) - return 0; + return 0; buf[sizeof(buf)-1] = '\0'; |
