Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/smbd/connection.c

    r206 r221  
    242242
    243243        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 );
    245245
    246246        *kbuf = string_term_tdb_data(talloc_strdup(prec, key_string));
Note: See TracChangeset for help on using the changeset viewer.