Re: [PATCH 05/13] remote_driver: Drop explicit memset() in remoteAuthSASL()

2023-08-03 Thread Claudio Fontana
On 8/3/23 12:36, Michal Privoznik wrote: > Inside of remoteAuthSASL() the sargs variable is already > initialized to zero during declaration. There's no need to > memset() it again as it's unused in between it's declaration and > said memset(). > > Signed-off-by: Michal Privoznik Reviewed-by:

[PATCH 05/13] remote_driver: Drop explicit memset() in remoteAuthSASL()

2023-08-03 Thread Michal Privoznik
Inside of remoteAuthSASL() the sargs variable is already initialized to zero during declaration. There's no need to memset() it again as it's unused in between it's declaration and said memset(). Signed-off-by: Michal Privoznik --- src/remote/remote_driver.c | 1 - 1 file changed, 1 deletion(-)