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
Lukas However
OpenLDAP
Commits
402c5115
Commit
402c5115
authored
25 years ago
by
Mark Valence
Browse files
Options
Downloads
Patches
Plain Diff
Removed some unused vars.
parent
aa8c95a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/liblber/encode.c
+0
-2
0 additions, 2 deletions
libraries/liblber/encode.c
with
0 additions
and
2 deletions
libraries/liblber/encode.c
+
0
−
2
View file @
402c5115
...
...
@@ -75,7 +75,6 @@ ber_put_tag(
ber_len_t
taglen
;
ber_len_t
i
;
unsigned
char
nettag
[
sizeof
(
ber_tag_t
)];
ber_tag_t
xtag
;
assert
(
ber
!=
NULL
);
assert
(
BER_VALID
(
ber
)
);
...
...
@@ -128,7 +127,6 @@ ber_put_len( BerElement *ber, ber_len_t len, int nosos )
char
lenlen
;
ber_len_t
mask
;
unsigned
char
netlen
[
sizeof
(
ber_len_t
)];
ber_len_t
xlen
;
assert
(
ber
!=
NULL
);
assert
(
BER_VALID
(
ber
)
);
...
...
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