[389-devel] plugin problem using slapi_entry_attr_find

Deas, Jim James.Deas at warnerbros.com
Thu Jan 16 18:39:34 UTC 2014


My bet, a rookie mistake. Am I forgetting to init a pointer etc???
Adding  the line surrounded by ******  in this routine makes dirsrv unstable and crashes it after a few queries.




/* Registered preop_result routine */
int gnest_preop_results( Slapi_PBlock *pb){
                Slapi_Entry *e;
                Slapi_Attr  **a;

If (slapi_pblock_get( pb, SLAPI_SEARCH_ATTRS, &e) !=0 )return (-1);

/*****************This line makes the server unstable and crashes it after one or two queries ********************/
If(slapi_entry_attr_find(e, "memberUid",&a) == 0) slapi_log_error(SLAPI_LOG_PLUGIN, "gnest preop","memberUid  found in record);
/******************************************************************************************************/


Return (0);
}

JD

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/389-devel/attachments/20140116/24a40be3/attachment.html>


More information about the 389-devel mailing list