
1 Feb
2016
1 Feb
'16
3:15 p.m.
On Fri, Jan 29, 2016 at 05:01:56PM +0100, Peter Krempa wrote:
Use 'ret' for return variable name, clarify use of 'param_idx' and avoid unnecessary 'success' label. No functional changes. Also document the function. ---
Notes: V2: - Fixed mistake in the refactor that would return incorrect error values (Found by Jan) - Added comment explaining the terriblenes of the function (Requested by John)
src/util/vircgroup.c | 64 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 43 insertions(+), 21 deletions(-)
ACK Jan