Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
12346ab4
Commit
12346ab4
authored
Oct 23, 1998
by
Kurt Zeilenga
Browse files
Remove lint reported have Hallvard
parent
856c1340
Changes
3
Hide whitespace changes
Inline
Side-by-side
clients/gopher/go500gw.c
View file @
12346ab4
...
...
@@ -776,15 +776,16 @@ char *query;
e
=
ldap_first_entry
(
ld
,
res
);
oc
=
ldap_get_values
(
ld
,
e
,
"objectClass"
);
if
(
isnonleaf
(
ld
,
oc
,
dn
)
)
{
dn
=
ldap_get_dn
(
ld
,
e
);
dn
=
ldap_get_dn
(
ld
,
e
);
if
(
isnonleaf
(
ld
,
oc
,
dn
)
)
{
rc
=
do_menu
(
ld
,
fp
,
dn
);
free
(
dn
);
return
(
rc
);
}
free
(
dn
);
ldap_value_free
(
oc
);
}
...
...
clients/gopher/setproctitle.c
View file @
12346ab4
...
...
@@ -21,6 +21,7 @@ int Argc; /* original argc */
/* VARARGS */
setproctitle
(
fmt
,
a
,
b
,
c
)
char
*
fmt
;
char
*
a
,
*
b
,
*
c
;
{
static
char
*
endargv
=
(
char
*
)
0
;
char
*
s
;
...
...
clients/ud/util.c
View file @
12346ab4
...
...
@@ -480,7 +480,7 @@ char *cp;
return
(
tmp
);
}
char
*
code_to_str
(
i
)
char
*
code_to_str
(
int
i
)
{
switch
(
i
)
{
case
LDAP_MOD_ADD
:
return
(
"ADD"
);
...
...
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