]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
conf: fixed issue with deleted conf options
authorYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 3 Mar 2009 00:26:29 +0000 (16:26 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 3 Mar 2009 00:26:29 +0000 (16:26 -0800)
src/config.cc

index 7f374f169e070a8f5cd2ee94821303e3b8d6c8c5..f515477f61373f6f8378c1d6d04a15a48e476977 100644 (file)
@@ -1912,8 +1912,6 @@ void parse_config_options(std::vector<const char*>& args, bool open)
         nargs.push_back(args[i]);
     }
   }
-  args.swap(nargs);
-  nargs.clear();
 
  // open log file?