From 6614f379168bbf9e8b98d06570bd4ec400959ca0 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 4 Jun 2005 23:59:04 +0000 Subject: [PATCH] Branch b1_4 Ignore "sec" option to avoid buffalo breakage. Hopefully temporary. --- lustre/utils/llmount.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/utils/llmount.c b/lustre/utils/llmount.c index d0f788c..12c8962 100644 --- a/lustre/utils/llmount.c +++ b/lustre/utils/llmount.c @@ -328,6 +328,8 @@ int parse_options(char *options, struct lustre_mount_data *lmd, int *flagp) lmd->lmd_server_nid = nid; } else if (!strcmp(opt, "port")) { lmd->lmd_port = val; + } else if (!strcmp(opt, "sec")) { + /* do nothing */ } else { fprintf(stderr, "%s: unknown option '%s'\n", progname, opt); -- 1.8.3.1