Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/smbd/conn.c

    r136 r228  
    268268        handle = conn->vfs_handles;
    269269        while(handle) {
     270                thandle = handle->next;
    270271                DLIST_REMOVE(conn->vfs_handles, handle);
    271                 thandle = handle->next;
    272272                if (handle->free_data)
    273273                        handle->free_data(&handle->data);
Note: See TracChangeset for help on using the changeset viewer.