summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_winreg_nt.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-06-12 12:01:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:16 -0500
commit5d14172c1579ba3224a81e3dae8ef9a393237005 (patch)
tree48df5faafd9798d7e7cb23de2a2b4ea1dd3cf698 /source3/rpc_server/srv_winreg_nt.c
parent9af7b35db01b26c858afea925c4b6b0aaaefb667 (diff)
downloadsamba-5d14172c1579ba3224a81e3dae8ef9a393237005.tar.gz
samba-5d14172c1579ba3224a81e3dae8ef9a393237005.tar.bz2
samba-5d14172c1579ba3224a81e3dae8ef9a393237005.zip
r23433: remove superfluous semicolon.
(This used to be commit b8269f454338c8b20b90451f3866fc193871e9af)
Diffstat (limited to 'source3/rpc_server/srv_winreg_nt.c')
-rw-r--r--source3/rpc_server/srv_winreg_nt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_winreg_nt.c b/source3/rpc_server/srv_winreg_nt.c
index 4398d94235..76ccc846b7 100644
--- a/source3/rpc_server/srv_winreg_nt.c
+++ b/source3/rpc_server/srv_winreg_nt.c
@@ -90,7 +90,7 @@ static WERROR open_registry_key( pipes_struct *p, POLICY_HND *hnd,
return WERR_BADFILE;
}
- return WERR_OK;;
+ return WERR_OK;
}
/*******************************************************************