diff options
| author | Mark Eichin <eichin@mit.edu> | 1995-10-02 20:19:11 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1995-10-02 20:19:11 +0000 |
| commit | 00c1a070a7f4e83b3e80bc97470cbd0f2c502684 (patch) | |
| tree | 07a589bf2b474f26c207e1213e91f9cafdc524ef /src/include | |
| parent | 7087e5f9859a411c881fcd296c8cce74f19a3ca3 (diff) | |
| download | krb5-00c1a070a7f4e83b3e80bc97470cbd0f2c502684.tar.gz krb5-00c1a070a7f4e83b3e80bc97470cbd0f2c502684.tar.xz krb5-00c1a070a7f4e83b3e80bc97470cbd0f2c502684.zip | |
fix typo
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6922 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/stock/osconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h index ed5c4364a..0384c9ec9 100644 --- a/src/include/krb5/stock/osconf.h +++ b/src/include/krb5/stock/osconf.h @@ -40,7 +40,7 @@ #define DEFAULT_LNAME_FILENAME "/aname" #define DEFAULT_KEYTAB_NAME "FILE:/v5srvtab" #else /* !_WINDOWS */ -#define DEFAULT_PROFILE_FILENAME "/etc/krb5.conf:@PREFIX/lib/krb5.conf" +#define DEFAULT_PROFILE_PATH "/etc/krb5.conf:@PREFIX/lib/krb5.conf" #define DEFAULT_KEYTAB_NAME "FILE:/etc/v5srvtab" #define DEFAULT_LNAME_FILENAME "@PREFIX/lib/krb5.aname" #endif /* _WINDOWS */ |
