Skip to content
Snippets Groups Projects
Commit 25f29850 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Don't return garbage when plist is empty.

parent 70fef3aa
No related branches found
No related tags found
No related merge requests found
......@@ -313,6 +313,8 @@ bdb_drop_psearch( Operation *op, ber_int_t msgid )
}
}
}
return NULL;
}
int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment