Changeset 773 for branches/samba-3.5.x/source3/lib/util_str.c
- Timestamp:
- Jul 2, 2013, 7:27:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/lib/util_str.c
r599 r773 513 513 "called from [%s][%d]\n", fn, line)); 514 514 return NULL; 515 } 516 517 if (src == dest) { 518 return dest; 515 519 } 516 520 … … 2302 2306 int i; 2303 2307 2308 if (!name) { 2309 return false; 2310 } 2311 2304 2312 for ( i=0; i<max_len && name[i]; i++ ) { 2305 2313 /* fail if strchr_m() finds one of the invalid characters */
Note:
See TracChangeset
for help on using the changeset viewer.