summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-05-25 14:11:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:15 -0500
commit56d0bd3062223b9dc3ba0b04cfbd81eb823ab3c0 (patch)
treef60cfc60ca8025c569a0c82227caf91a84409b31 /source4/librpc
parent5b0ab386cb0fb74d78e6c68abe1b047ab515b7b3 (diff)
downloadsamba-56d0bd3062223b9dc3ba0b04cfbd81eb823ab3c0.tar.gz
samba-56d0bd3062223b9dc3ba0b04cfbd81eb823ab3c0.tar.bz2
samba-56d0bd3062223b9dc3ba0b04cfbd81eb823ab3c0.zip
r877: This attempt at IDL was accidently included in the pervious commit.
Andrew Bartlett (This used to be commit 6b91ab152d7bfadc113b6f206fcce4db54429871)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/lsa.idl10
1 files changed, 1 insertions, 9 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl
index 6d81a4cb6f..2e3049ac78 100644
--- a/source4/librpc/idl/lsa.idl
+++ b/source4/librpc/idl/lsa.idl
@@ -499,15 +499,7 @@
/* Function: 0x2d */
- NTSTATUS UNK_GET_CONNUSER (
- [in] unistr *system_name,
- [in] uint32 unknown1,
- [in] uint32 unknown2,
- [in] uint32 unknown3,
- [out] unistr *username,
- [out] unistr *domain_name
- );
-
+ NTSTATUS UNK_GET_CONNUSER ();
/* Function: 0x2e */
NTSTATUS QUERYINFO2 ();
}