Changeset 228 for branches/samba-3.2.x/source/printing/nt_printing.c
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/printing/nt_printing.c
r136 r228 1380 1380 } 1381 1381 close_file(fsp, NORMAL_CLOSE); 1382 fsp = NULL; 1382 1383 1383 1384 /* Get file version info (if available) for new file */ … … 1420 1421 } 1421 1422 close_file(fsp, NORMAL_CLOSE); 1423 fsp = NULL; 1422 1424 1423 1425 if (use_version && (new_major != old_major || new_minor != old_minor)) {
Note:
See TracChangeset
for help on using the changeset viewer.