1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r9884: Fix compiler warning.

(This used to be commit 6e30dd8a50)
This commit is contained in:
Tim Potter 2005-09-01 09:08:36 +00:00 committed by Gerald (Jerry) Carter
parent 23f68eda42
commit 6e17020de9

View File

@ -115,7 +115,7 @@ BOOL torture_listshares(void)
int i;
BOOL ret = True;
struct libnet_context* libnetctx;
const char *binding, *host;
const char *binding;
struct dcerpc_binding *bind;
TALLOC_CTX *mem_ctx;