mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
sanba.upgradehelpers: Use standard functionality for getting temp dir.
This commit is contained in:
@ -940,9 +940,6 @@ def print_provision_ranges(dic, limit_print, dest, samdb_path, invocationid):
|
||||
obj["max"], id)
|
||||
|
||||
if ldif != "":
|
||||
if dest is None:
|
||||
dest = "/tmp"
|
||||
|
||||
file = tempfile.mktemp(dir=dest, prefix="usnprov", suffix=".ldif")
|
||||
print
|
||||
print "To track the USNs modified/created by provision and upgrade proivsion,"
|
||||
|
Reference in New Issue
Block a user