diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libmsrpc/libmsrpc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/libmsrpc/libmsrpc.c b/source3/libmsrpc/libmsrpc.c index 036798b83d..5f71af21da 100644 --- a/source3/libmsrpc/libmsrpc.c +++ b/source3/libmsrpc/libmsrpc.c @@ -212,18 +212,9 @@ int cac_Connect(CacServerHandle *hnd, const char *srv) { void cac_FreeHandle(CacServerHandle * hnd) { - SMBCSRV *srv = NULL; - if(!hnd) return; - - if(srv) { - /*close all pipe sessions*/ - cli_nt_pipes_close(&(srv->cli)); - } - - /*only free the context if we created it*/ if(!hnd->_internal.user_supplied_ctx) { smbc_free_context(hnd->_internal.ctx, True); |