use IOC instead of %T for ioc name because of possible long IOC names

This commit is contained in:
zimoch
2011-02-02 10:43:00 +00:00
parent ee92a79386
commit 45f7289cd0

View File

@@ -1,7 +1,7 @@
# $Source: /cvs/A/CS/startup/saveRestore.script_common,v $
require "autoSRarray"
dbLoadDatabase "save_restoreStatus.db", TEMPLATES, bootInfo("P=%T:")
sprintf (STRINGBUFFER, "P=%s:", IOC)
dbLoadDatabase ("save_restoreStatus.db", TEMPLATES, STRINGBUFFER)
autoSRhookInit
#