Ignore:
Timestamp:
Jun 22, 2008, 3:30:02 AM (17 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.0rc2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/utils/net_rpc.c

    r136 r137  
    36813681
    36823682        dst = SMB_STRDUP(opt_destination?opt_destination:"127.0.0.1");
     3683        if (dst == NULL) {
     3684                nt_status = NT_STATUS_NO_MEMORY;
     3685                goto done;
     3686        }
    36833687
    36843688        result = get_share_info(pipe_hnd, mem_ctx, level, argc, argv, &ctr_src);
     
    37643768                cli_shutdown(cp_clistate.cli_share_dst);
    37653769
     3770        SAFE_FREE(dst);
    37663771        return nt_status;
    37673772
Note: See TracChangeset for help on using the changeset viewer.