Ignore:
Timestamp:
Feb 18, 2015, 10:18:05 AM (10 years ago)
Author:
Silvan Scherrer
Message:

samba server 3.6: update trunk to 3.6.24

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/smbd/lanman.c

    r862 r874  
    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.