Ignore:
Timestamp:
Jul 2, 2013, 7:27:06 PM (12 years ago)
Author:
Herwig Bauernfeind
Message:

Samba Server 3.5: Update branch to 3.5.20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/lib/util_str.c

    r599 r773  
    513513                        "called from [%s][%d]\n", fn, line));
    514514                return NULL;
     515        }
     516
     517        if (src == dest) {
     518                return dest;
    515519        }
    516520
     
    23022306        int i;
    23032307
     2308        if (!name) {
     2309                return false;
     2310        }
     2311
    23042312        for ( i=0; i<max_len && name[i]; i++ ) {
    23052313                /* fail if strchr_m() finds one of the invalid characters */
Note: See TracChangeset for help on using the changeset viewer.