Changeset 157 for branches


Ignore:
Timestamp:
Sep 25, 2008, 4:30:26 PM (17 years ago)
Author:
Yuri Dario
Message:

Don't forget to initialize pointers, saves from crashes :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.5/src/ndpsmb.c

    r151 r157  
    704704        int rc;
    705705        unsigned long action;
    706         //smbwrp_server srv;
    707         cli_state* cli;
     706        cli_state* cli = NULL;
    708707        smbwrp_file file;
    709708
     
    857856        unsigned long action = 0;
    858857        smbwrp_file file;
    859         cli_state* cli;
     858        cli_state* cli = NULL;
    860859        FSALLOCATE fsa;
    861860
Note: See TracChangeset for help on using the changeset viewer.