Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

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

    r39 r134  
    6565}
    6666
    67 
    68 /****************************************************************************
    69 find a conn given a cnum
    70 ****************************************************************************/
     67/****************************************************************************
     68 Find a conn given a cnum.
     69****************************************************************************/
     70
    7171connection_struct *conn_find(unsigned cnum)
    7272{
     
    8585        return NULL;
    8686}
    87 
    8887
    8988/****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.