summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorSamuel Cabrero <scabrero@samba.org>2022-03-09 11:56:33 +0100
committerStefan Metzmacher <metze@samba.org>2022-03-25 17:03:29 +0000
commit0d668dfb75145af654eb779bdbbc0261d8f5bb15 (patch)
tree38dcc938cca00eb9c08e10252f1aa29414118109 /librpc
parent00ea654961a790acd17e445b1eb0aec3296a60cc (diff)
downloadsamba-0d668dfb75145af654eb779bdbbc0261d8f5bb15.tar.gz
s3:winbind: Return NTSTATUS from wbint_Ping() RPC function
There are no users of this function but the next commit will convert the struct-based WINBINDD_PING call to a local RPC wbint_Ping() call. Signed-off-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/winbind.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/winbind.idl b/librpc/idl/winbind.idl
index 4acad1b091f..c7ca95d1a69 100644
--- a/librpc/idl/winbind.idl
+++ b/librpc/idl/winbind.idl
@@ -13,7 +13,7 @@ interface winbind
{
/* Private methods */
- void wbint_Ping(
+ NTSTATUS wbint_Ping(
[in] uint32 in_data,
[out] uint32 *out_data
);