mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
r23433: remove superfluous semicolon.
This commit is contained in:
parent
4025cbc202
commit
b8269f4543
@ -90,7 +90,7 @@ static WERROR open_registry_key( pipes_struct *p, POLICY_HND *hnd,
|
||||
return WERR_BADFILE;
|
||||
}
|
||||
|
||||
return WERR_OK;;
|
||||
return WERR_OK;
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user