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
7810dccd
Commit
7810dccd
authored
Apr 19, 2012
by
Ondrej Kuznik
Committed by
Howard Chu
Jul 08, 2014
Browse files
ITS#7256 Let slapmodify ignore unknown operations
ldapmodify already does the same.
parent
cede821c
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/slapmodify.c
View file @
7810dccd
...
...
@@ -194,11 +194,8 @@ slapmodify( int argc, char **argv )
goto
done
;
default:
fprintf
(
stderr
,
"%s: unknown request 0x%lx (line=%lu)
\n
"
,
progname
,
(
unsigned
long
)
lr
.
lr_op
,
lineno
);
rc
=
EXIT_FAILURE
;
if
(
continuemode
)
continue
;
goto
done
;
/* record skipped e.g. version: or comment or something we don't handle yet */
continue
;
}
local_rc
=
dnNormalize
(
0
,
NULL
,
NULL
,
&
lr
.
lr_dn
,
&
ndn
,
NULL
);
...
...
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