Changeset 74 for trunk/samba/source/utils/net_usershare.c
- Timestamp:
- Sep 21, 2007, 9:12:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/utils/net_usershare.c
r1 r74 816 816 817 817 /* Attempt to replace any existing share by this name. */ 818 #ifdef __OS2__ 819 close(tmpfd); 820 #endif 818 821 if (rename(full_path_tmp, full_path) != 0) { 819 822 unlink(full_path_tmp); … … 826 829 } 827 830 831 #ifndef __OS2__ 828 832 close(tmpfd); 833 #endif 829 834 talloc_destroy(ctx); 830 835
Note:
See TracChangeset
for help on using the changeset viewer.