[389-devel] Please review: Fix slapi_td_plugin_lock_init prototype

Rich Megginson rmeggins at redhat.com
Tue Sep 16 00:07:31 UTC 2014


On 09/15/2014 07:28 PM, Petr Viktorin wrote:
> On 09/15/2014 09:06 PM, Rich Megginson wrote:
>> On 09/15/2014 05:20 AM, Petr Viktorin wrote:
>>> diff --git a/ldap/servers/slapd/slapi-plugin.h
>>> b/ldap/servers/slapd/slapi-plugin.h
>>> index f1ecfe8..268e465 100644
>>> --- a/ldap/servers/slapd/slapi-plugin.h
>>> +++ b/ldap/servers/slapd/slapi-plugin.h
>>> @@ -5582,7 +5582,7 @@ void slapi_td_get_val(int indexType, void 
>>> **value);
>>>   int slapi_td_dn_init(void);
>>>   int slapi_td_set_dn(char *dn);
>>>   void slapi_td_get_dn(char **dn);
>>> -int slapi_td_plugin_lock_init();
>>> +int slapi_td_plugin_lock_init(void);
>>>   int slapi_td_set_plugin_locked(int *value);
>>>   void slapi_td_get_plugin_locked(int **value);
>>> -- 
>> Thanks - https://fedorahosted.org/389/ticket/47899
>
> Thanks.
>
> I read the GIT Rules page on the wiki [0], which mentions patches not 
> associated with a ticket. 

That is correct.  I just wanted to make sure that this did not get lost.

> If all patches do need a ticket, it would be good to update it.
>
> [0] http://www.port389.org/docs/389ds/development/git-rules.html
>
>



More information about the 389-devel mailing list