Changeset 137 for trunk/samba/source/utils/net_rpc.c
- Timestamp:
- Jun 22, 2008, 3:30:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/utils/net_rpc.c
r136 r137 3681 3681 3682 3682 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 } 3683 3687 3684 3688 result = get_share_info(pipe_hnd, mem_ctx, level, argc, argv, &ctr_src); … … 3764 3768 cli_shutdown(cp_clistate.cli_share_dst); 3765 3769 3770 SAFE_FREE(dst); 3766 3771 return nt_status; 3767 3772
Note:
See TracChangeset
for help on using the changeset viewer.