Changeset 941


Ignore:
Timestamp:
Jul 26, 2016, 12:13:33 PM (9 years ago)
Author:
Paul Smedley
Message:

Support file listings on SMB2+ connections - add missing definition and missing }

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-3.0/src/smbwrp.c

    r940 r941  
    2929#include "smbwrp.h"
    3030#include "util.h"
     31
     32struct smb2_hnd {
     33        uint64_t fid_persistent;
     34        uint64_t fid_volatile;
     35};
    3136
    3237/*
     
    11371142        debuglocal(4,"SMB2 detected, calling list_files_smb2()\n");
    11381143                return list_files_smb2(cli, mask, attribute, fn, state);
     1144        }
    11391145
    11401146        /* Try to get the listing from cache. */
Note: See TracChangeset for help on using the changeset viewer.