1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r9884: Fix compiler warning.

This commit is contained in:
Tim Potter 2005-09-01 09:08:36 +00:00 committed by Gerald (Jerry) Carter
parent 579d111478
commit 6e30dd8a50

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;