Skip to content
Snippets Groups Projects
Commit 9404cfe5 authored by Steven Murray's avatar Steven Murray
Browse files

CASTOR-5315 RFE: Remove the dependency of rmcd on cupvd and have rmcd only...

CASTOR-5315 RFE: Remove the dependency of rmcd on cupvd and have rmcd only listen for connections from localhost

Second commit.
parent da058d6d
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ int main(const int argc,
/* parse and check command options */
memset (vid, '\0', sizeof(vid));
while ((c = getopt (argc, argv, "D:de:IimN:q:S:V:vT:")) != EOF) {
while ((c = getopt (argc, argv, "D:deIimN:q:S:V:vT:")) != EOF) {
switch (c) {
case 'D': /* drive ordinal */
drvord = strtol (optarg, &dp, 10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment