Changeset 74
- Timestamp:
- Sep 21, 2007, 9:12:47 AM (18 years ago)
- Location:
- trunk/samba/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/nmbd/nmbd_serverlistdb.c
r1 r74 417 417 418 418 x_fclose(fp); 419 #ifdef __OS2__ 420 close(fp); 421 #endif 419 422 unlink(fname); 420 423 chmod(fnamenew,0644); -
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.