Changeset 134 for branches/samba-3.0/source/smbd/conn.c
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/conn.c
r39 r134 65 65 } 66 66 67 68 /**************************************************************************** 69 find a conn given a cnum 70 ****************************************************************************/ 67 /**************************************************************************** 68 Find a conn given a cnum. 69 ****************************************************************************/ 70 71 71 connection_struct *conn_find(unsigned cnum) 72 72 { … … 85 85 return NULL; 86 86 } 87 88 87 89 88 /****************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.