Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nadezhda Ivanova
OpenLDAP
Commits
b57910c0
Commit
b57910c0
authored
23 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
More winsock changes from HEAD
parent
b3b2e596
No related branches found
Branches containing commit
Tags
OPENLDAP_REL_ENG_2_0_20
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/ac/socket.h
+0
-2
0 additions, 2 deletions
include/ac/socket.h
libraries/libldap/unbind.c
+0
-2
0 additions, 2 deletions
libraries/libldap/unbind.c
with
0 additions
and
4 deletions
include/ac/socket.h
+
0
−
2
View file @
b57910c0
...
...
@@ -55,8 +55,6 @@
#include
<winsock2.h>
#elif HAVE_WINSOCK
#include
<winsock.h>
#else
#define WSACleanup()
#endif
#ifdef HAVE_PCNFS
...
...
This diff is collapsed.
Click to expand it.
libraries/libldap/unbind.c
+
0
−
2
View file @
b57910c0
...
...
@@ -154,8 +154,6 @@ ldap_ld_free(
LDAP_FREE
(
(
char
*
)
ld
);
WSACleanup
();
return
(
err
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment