Don't return garbage when plist is empty.

This commit is contained in:
Kurt Zeilenga 2003-10-23 01:15:36 +00:00
parent 70fef3aab6
commit 25f2985024

View File

@ -313,6 +313,8 @@ bdb_drop_psearch( Operation *op, ber_int_t msgid )
}
}
}
return NULL;
}
int