1
0
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:
Michael Adam 2007-06-12 12:01:52 +00:00 committed by Gerald (Jerry) Carter
parent 9af7b35db0
commit 5d14172c15

View File

@ -90,7 +90,7 @@ static WERROR open_registry_key( pipes_struct *p, POLICY_HND *hnd,
return WERR_BADFILE;
}
return WERR_OK;;
return WERR_OK;
}
/*******************************************************************