samba-tool: removed the assignment to parser.prog
authorGiampaolo Lauria <lauria2@yahoo.com>
Fri, 15 Jul 2011 13:47:51 +0000 (09:47 -0400)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Jul 2011 00:32:24 +0000 (10:32 +1000)
commit1dfcb019d2dcca1d21ec32ee05bf7da15ca84e9f
treeb4b0aadec7d48d20b4918fe96b20e39c00c02e90
parent35d534b02645e51d45472ca696cc8d92be7836fa
samba-tool: removed the assignment to parser.prog

The prog should only be set if we want it to be different than the name of the program that executed it. I think that for better portability we should not set it and let it default to samba-tool.

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source4/scripting/python/samba/netcmd/__init__.py