mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Fix a typo found by the IBM Checker
This commit is contained in:
parent
fe56659442
commit
81624030ef
@ -4630,7 +4630,7 @@ static void free_one_parameter_by_snum(int snum, struct parm_struct parm)
|
||||
{
|
||||
void *parm_ptr;
|
||||
|
||||
if (parm.ptr == NULL); {
|
||||
if (parm.ptr == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user