From 626596bcb027313f39069be94f85f3f523feb365 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 7 Apr 2015 14:45:26 +0200 Subject: procfs: fix runtime option parsing * procfs/main.c (netfs_runtime_argp): Actually use the runtime option parser. --- procfs/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procfs/main.c b/procfs/main.c index d775b325..f773c09c 100644 --- a/procfs/main.c +++ b/procfs/main.c @@ -222,7 +222,7 @@ struct argp netfs_runtime_argp_ = { }; /* Used by netfs_set_options to handle runtime option parsing. */ -struct argp *netfs_runtime_argp = &argp; +struct argp *netfs_runtime_argp = &netfs_runtime_argp_; /* Return an argz string describing the current options. Fill *ARGZ with a pointer to newly malloced storage holding the list and *LEN -- cgit v1.2.3