reverting forced profile

This commit is contained in:
gleeda
2014-05-21 22:58:16 -04:00
parent 22a8784388
commit a4cc645996
+1 -1
View File
@@ -75,7 +75,7 @@ class BaseAddressSpace(object):
@staticmethod
def register_options(config):
## By default load the profile that the user asked for
config.add_option("PROFILE", default = None, type = 'str',
config.add_option("PROFILE", default = "WinXPSP2x86", type = 'str',
nargs = 1, action = "callback", callback = check_valid_profile,
help = "Name of the profile to load")