summaryrefslogtreecommitdiffstats
path: root/src/wconfig.c
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-10-11 01:44:44 +0000
committerTheodore Tso <tytso@mit.edu>1995-10-11 01:44:44 +0000
commit2055c022c5d5ac855deb9d9cbb8df1ed70d04dad (patch)
tree875ae8986879e7c2166c627bf831d0185c125039 /src/wconfig.c
parent9984b3c017810c22c07f4d53405f2ddf9a5251fe (diff)
downloadkrb5-2055c022c5d5ac855deb9d9cbb8df1ed70d04dad.tar.gz
krb5-2055c022c5d5ac855deb9d9cbb8df1ed70d04dad.tar.xz
krb5-2055c022c5d5ac855deb9d9cbb8df1ed70d04dad.zip
Use win-post.in instead of post.in
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6958 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/wconfig.c')
-rw-r--r--src/wconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wconfig.c b/src/wconfig.c
index ae4a856103..0d1a42898e 100644
--- a/src/wconfig.c
+++ b/src/wconfig.c
@@ -58,7 +58,7 @@ int main(int argc, char *argv[]) {
}
if (argc == 2) /* Config directory given */
- copy_file (argv[1], "\\post.in"); /* Send out postfix */
+ copy_file (argv[1], "\\win-post.in"); /* Send out postfix */
return 0;
}