Changeset 411 for branches/samba-3.3.x/source/smbd/lanman.c
- Timestamp:
- Mar 1, 2010, 3:05:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/smbd/lanman.c
r309 r411 1353 1353 1354 1354 1355 static boolsrv_comp(struct srv_info_struct *s1,struct srv_info_struct *s2)1355 static int srv_comp(struct srv_info_struct *s1,struct srv_info_struct *s2) 1356 1356 { 1357 1357 return(strcmp(s1->name,s2->name)); … … 1457 1457 s->name, s->type, s->comment, s->domain)); 1458 1458 1459 if (data_len < =buf_len) {1459 if (data_len < buf_len) { 1460 1460 counted++; 1461 1461 fixed_len += f_len; … … 1821 1821 total++; 1822 1822 data_len += fill_share_info(conn,i,uLevel,0,&f_len,0,&s_len,0); 1823 if (data_len < =buf_len) {1823 if (data_len < buf_len) { 1824 1824 counted++; 1825 1825 fixed_len += f_len;
Note:
See TracChangeset
for help on using the changeset viewer.