diff options
author | Gerald Carter <jerry@samba.org> | 2003-09-22 17:53:59 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-09-22 17:53:59 +0000 |
commit | 88c95aa7351c6037cb9f92a2c67d96d6fef91377 (patch) | |
tree | 7f080cfc54a86b3627ecb77cb185b56d72a5360a /source3/rpc_client | |
parent | 68e83434b53ebc43ced224488749a3eb41624dd1 (diff) | |
download | samba-88c95aa7351c6037cb9f92a2c67d96d6fef91377.tar.gz samba-88c95aa7351c6037cb9f92a2c67d96d6fef91377.tar.bz2 samba-88c95aa7351c6037cb9f92a2c67d96d6fef91377.zip |
fix some warnings found by the Sun C compiler
(This used to be commit e1fac713e25692a5790c3261ba323732930f5249)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_samr.c b/source3/rpc_client/cli_samr.c index 635b7e7135..f985ee9979 100644 --- a/source3/rpc_client/cli_samr.c +++ b/source3/rpc_client/cli_samr.c @@ -655,7 +655,7 @@ done: prs_mem_free(&rbuf); return result; -}; +} /* Enumerate domain groups */ |