summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/replication
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2010-08-10 13:21:53 -0700
committerNoriko Hosoi <nhosoi@redhat.com>2010-08-11 15:51:32 -0700
commitdea74463ed8d688e7ee19f576d39c8deb9bf8e23 (patch)
treee5f55e4b4e4ae4fd3b535e2c39a0e9386b33b25c /ldap/servers/plugins/replication
parentae1b507266e49ebc2d5bc472b8fc017b2c492b79 (diff)
Bug 622903 - fix coverity Defect Type: Code maintainability issues
https://bugzilla.redhat.com/show_bug.cgi?id=622903 Comment: The "ptr" assignment on line 2622 is unnecessary because the value is never used. The "word" assignment on line 2630 can be removed because the first token is ignored. Alternatively the value should be validated. The "ptr" assignment on line 1456 is unnecessary because the value is not used. The "word" assignment on line 1463 can be removed because the first token is ignored. Alternatively the value should be validated. The "ptr" assignment on line 1210 is unnecessary because the value is never used. The "word" assignment on line 1217 can be removed because the first token is ignored. Alternatively the value should be validated.
Diffstat (limited to 'ldap/servers/plugins/replication')
0 files changed, 0 insertions, 0 deletions