Skip to content
Snippets Groups Projects
Commit 1f2d821e authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Fixed missing semicolon

parent bcecbf96
Branches
Tags
No related merge requests found
......@@ -101,7 +101,7 @@ UPDATE CastorConfig
/* Bug #103792: RFE: provide the ability to selectively enable/disable protocols */
INSERT INTO CastorConfig
VALUES ('Stager', 'Protocols', 'rfio rfio3 root gsiftp xroot', 'The list of protocols accepted by the system.')
VALUES ('Stager', 'Protocols', 'rfio rfio3 root gsiftp xroot', 'The list of protocols accepted by the system.');
 
/* For deleteDiskCopy */
DROP TABLE DeleteDiskCopyHelper;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment