Browse Source

[1901] Remove sys.argv[0] from rename() call in b10-init

Jelte Jansen 12 years ago
parent
commit
87da92a958
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/bind10/init.py.in

+ 1 - 1
src/bin/bind10/init.py.in

@@ -96,7 +96,7 @@ CREATOR_SOCKET_ERROR = 2
 CREATOR_SHARE_ERROR = 3
 CREATOR_SHARE_ERROR = 3
 
 
 # Assign this process some longer name
 # Assign this process some longer name
-isc.util.process.rename(sys.argv[0])
+isc.util.process.rename()
 
 
 # This is the version that gets displayed to the user.
 # This is the version that gets displayed to the user.
 # The VERSION string consists of the module name, the module version
 # The VERSION string consists of the module name, the module version