1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

r7110: Remove invalid use of id()

This commit is contained in:
Jelmer Vernooij 2005-05-30 13:52:52 +00:00 committed by Gerald (Jerry) Carter
parent 7721fc7274
commit 9fe7e0f770

View File

@ -54,7 +54,7 @@
/******************/
/* Function: 0x02 */
[id(3)] NTSTATUS eventlog_CloseEventLog(
NTSTATUS eventlog_CloseEventLog(
[in,out,ref] policy_handle *handle
);