From 52fed795e156b9db8a0f29d9087042ccdec093f5 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 21 Oct 1999 18:25:12 +0000 Subject: turning some of the rpcclient functions dynamic. this is likely to break a few things... (This used to be commit 4b06f303235d36903b6e9f55ee45b987d98256b0) --- source3/rpcclient/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpcclient/display.c') diff --git a/source3/rpcclient/display.c b/source3/rpcclient/display.c index 70a9f76f90..9b8a8154f3 100644 --- a/source3/rpcclient/display.c +++ b/source3/rpcclient/display.c @@ -1177,7 +1177,7 @@ void display_alias_rid_info(FILE *out_hnd, enum action_type action, display group members ****************************************************************************/ void display_group_members(FILE *out_hnd, enum action_type action, - uint32 num_mem, fstring *name, uint32 *type) + uint32 num_mem, char **name, uint32 *type) { switch (action) { -- cgit