summaryrefslogtreecommitdiffstats
path: root/compile
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-09-08 15:48:21 -0700
committerNathan Kinder <nkinder@redhat.com>2010-09-09 13:40:36 -0700
commit197c1d7381e6eb455210e2a785525c2b45b0e32a (patch)
tree2421579e009bd9ede4dd9f2ede14cec3686edb73 /compile
parentcbe3d10359fa9099820423da9f7d60d91634dcec (diff)
downloadds-197c1d7381e6eb455210e2a785525c2b45b0e32a.tar.gz
ds-197c1d7381e6eb455210e2a785525c2b45b0e32a.tar.xz
ds-197c1d7381e6eb455210e2a785525c2b45b0e32a.zip
Bug 630094 - (cov#15456) Remove NULL check for srdn in import code
In the call to slapi_log_error(), we are guaranteed that srdn is NULL if we are checking it for NULL due to the way the conditions are nested. The only time we check if srdn is NULL is if inst is non-NULL, and the if condition guarantees that either inst or srdn are NULL. We can just use the string "srdn" in our log message if inst is non-NULL.
Diffstat (limited to 'compile')
0 files changed, 0 insertions, 0 deletions