Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
074f54f3
Commit
074f54f3
authored
May 19, 2003
by
Pierangelo Masarati
Browse files
clarify the size of a generalizedTime
parent
60fc6860
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
074f54f3
...
...
@@ -2155,7 +2155,7 @@ generalizedTimeNormalize(
return
rc
;
}
normalized
->
bv_val
=
sl_malloc
(
16
,
ctx
);
normalized
->
bv_val
=
sl_malloc
(
sizeof
(
"YYYYmmddHHMMSSZ"
)
,
ctx
);
if
(
normalized
->
bv_val
==
NULL
)
{
return
LBER_ERROR_MEMORY
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment