Ignore:
Timestamp:
Feb 17, 2015, 5:27:02 PM (10 years ago)
Author:
Silvan Scherrer
Message:

samba server 3.6: update vendor to 3.6.24

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/smbd/lanman.c

    r860 r871  
    129129        }
    130130        l = push_ascii(*dst,buf,*p_space_remaining, STR_TERMINATE);
    131         if (l == -1) {
     131        if (l == 0) {
    132132                return 0;
    133133        }
     
    144144        }
    145145        l = push_ascii(*dst,src,*n, STR_TERMINATE);
    146         if (l == -1) {
     146        if (l == 0) {
    147147                return 0;
    148148        }
Note: See TracChangeset for help on using the changeset viewer.