Ignore:
Timestamp:
Apr 9, 2010, 3:20:58 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5.x: update to 3.5.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/libsmb/clientgen.c

    r414 r427  
    696696void cli_shutdown(struct cli_state *cli)
    697697{
     698        if (cli == NULL) {
     699                return;
     700        }
     701
    698702        if (cli->prev == NULL) {
    699703                /*
Note: See TracChangeset for help on using the changeset viewer.