diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-03-01 00:45:51 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-03-01 00:45:51 +0000 |
| commit | aa54e47fecd9d7e2b76cdde2947b683157df8cf1 (patch) | |
| tree | 0b8ccc7dab55c593c7d3b9c68dd381d263dfb6fc /src/lib/ChangeLog | |
| parent | 59affc13e7968be765cd85f9ce4d845ebee57011 (diff) | |
| download | krb5-aa54e47fecd9d7e2b76cdde2947b683157df8cf1.tar.gz krb5-aa54e47fecd9d7e2b76cdde2947b683157df8cf1.tar.xz krb5-aa54e47fecd9d7e2b76cdde2947b683157df8cf1.zip | |
Added note: Note that calls to WSAStartup and WSACleanup must be in
matched pairs. If there is a missing WSACleanup call when a program
exits, under Lan Workplace, the name resolver will stop working.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7578 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ChangeLog')
| -rw-r--r-- | src/lib/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index cc3227655c..0a143b4392 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,6 +1,10 @@ Thu Feb 29 16:49:33 1996 Theodore Y. Ts'o <tytso@dcl> - * win_glue.c: Make sure WSACleanup() is called when the DLL exits. + * win_glue.c: Make sure WSACleanup() is called when the DLL exits. + Note that calls to WSAStartup and WSACleanup must be in + matched pairs. If there is a missing WSACleanup call when + a program exits, under Lan Workplace, the name resolver + will stop working. Tue Feb 27 18:47:17 1996 Theodore Y. Ts'o <tytso@dcl> |
