Changes between Initial Version and Version 1 of Ticket #202
- Timestamp:
- Nov 21, 2010, 11:11:31 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #202
- Property Status new → assigned
-
Ticket #202 – Description
initial v1 1 1 gid related functions are calling uid backend, here is the supposed corrected source code: 2 2 {{{ 3 3 4 4 Index: b_processCredentials.c … … 24 24 LIBCLOG_RETURN_INT(rc); 25 25 LIBCLOG_ERROR_RETURN_INT(rc); 26 }}}