Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Christopher Ng
OpenLDAP
Commits
914f33fc
Commit
914f33fc
authored
23 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup lint
parent
50440472
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/liblutil/debug.c
+2
-0
2 additions, 0 deletions
libraries/liblutil/debug.c
libraries/liblutil/uuid.c
+1
-1
1 addition, 1 deletion
libraries/liblutil/uuid.c
with
3 additions
and
1 deletion
libraries/liblutil/debug.c
+
2
−
0
View file @
914f33fc
...
...
@@ -115,8 +115,10 @@ void lutil_log_int(
const
char
*
subsys
,
int
level
,
const
char
*
fmt
,
va_list
vl
)
{
#ifdef HAVE_WINSOCK
time_t
now
;
struct
tm
*
today
;
#endif
int
i
;
if
(
levelArray
==
NULL
)
return
;
/* logging isn't set up */
...
...
This diff is collapsed.
Click to expand it.
libraries/liblutil/uuid.c
+
1
−
1
View file @
914f33fc
...
...
@@ -236,7 +236,7 @@ lutil_uuidstr( char *buf, size_t len )
struct
timeval
tv
;
unsigned
long
long
tl
;
unsigned
char
*
nl
;
unsigned
short
t2
,
t3
,
s1
,
n1
,
n2
,
n3
;
unsigned
short
t2
,
t3
,
s1
;
unsigned
int
t1
;
/*
...
...
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