mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r23433: remove superfluous semicolon.
(This used to be commit b8269f4543
)
This commit is contained in:
parent
9af7b35db0
commit
5d14172c15
@ -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…
Reference in New Issue
Block a user