Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
c81193cc
Commit
c81193cc
authored
May 26, 2010
by
Howard Chu
Browse files
ITS#6526 somehow the update for this file was dropped
parent
bfb254ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/nssov/network.c
View file @
c81193cc
...
...
@@ -91,7 +91,7 @@ static int write_network(nssov_network_cbp *cbp,Entry *entry)
addrs
=
a
->
a_vals
;
numaddr
=
a
->
a_numvals
;
/* write the entry */
WRITE_INT32
(
cbp
->
fp
,
NSLCD_RESULT_
SUCCESS
);
WRITE_INT32
(
cbp
->
fp
,
NSLCD_RESULT_
BEGIN
);
WRITE_BERVAL
(
cbp
->
fp
,
&
name
);
if
(
dupname
>=
0
)
{
WRITE_INT32
(
cbp
->
fp
,
numname
-
1
);
...
...
@@ -118,7 +118,7 @@ NSSOV_HANDLE(
struct
berval
filter
=
{
sizeof
(
fbuf
)};
filter
.
bv_val
=
fbuf
;
BER_BVZERO
(
&
cbp
.
addr
);
READ_STRING
_BUF2
(
fp
,
cbp
.
buf
,
sizeof
(
cbp
.
buf
)
);
READ_STRING
(
fp
,
cbp
.
buf
);
cbp
.
name
.
bv_len
=
tmpint32
;
cbp
.
name
.
bv_val
=
cbp
.
buf
;,
Debug
(
LDAP_DEBUG_TRACE
,
"nssov_network_byname(%s)
\n
"
,
cbp
.
name
.
bv_val
,
0
,
0
);,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment