Changeset 221 for branches/samba-3.3.x/source/smbd/connection.c
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/smbd/connection.c
r206 r221 242 242 243 243 snprintf( key_string, sizeof(key_string), "%s/%d/%d", 244 prec->name, procid_to_pid(&prec->pid), prec->pnum );244 prec->name, (int)procid_to_pid(&prec->pid), prec->pnum ); 245 245 246 246 *kbuf = string_term_tdb_data(talloc_strdup(prec, key_string));
Note:
See TracChangeset
for help on using the changeset viewer.