1
0
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:
Jelmer Vernooij
2012-09-27 09:34:36 -07:00
parent 2a797f29aa
commit 0883e174bf

View File

@ -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,"