Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (16 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

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

    r134 r165  
    262262        handle = conn->vfs_handles;
    263263        while(handle) {
     264                thandle = handle->next;
    264265                DLIST_REMOVE(conn->vfs_handles, handle);
    265                 thandle = handle->next;
    266266                if (handle->free_data)
    267267                        handle->free_data(&handle->data);
Note: See TracChangeset for help on using the changeset viewer.