From 7eb7b1528b13e479b8ad15c2296859894394c976 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 21 Apr 2004 14:13:03 +0000 Subject: r310: add missing ',' metze (This used to be commit d0aa749667cf0d9e7c290982d2b4232c27ced706) --- source4/librpc/idl/samr.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 8372095350..cefee469f8 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -1023,7 +1023,7 @@ this one is mysterious. I have a few guesses, but nothing working yet */ NTSTATUS samr_SetBootKeyInformation( - [in,ref] policy_handle *handle + [in,ref] policy_handle *handle, [in] uint32 unknown1, [in] uint32 unknown2, [in] uint32 unknown3 -- cgit