From 539516fe7cb5904d68b1c5ccfddd61fee6f43da6 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 9 Nov 2013 10:26:51 +0100 Subject: [PATCH] xfer: load plugin even if options can not be read in xfer.conf (with warnings) --- src/plugins/xfer/xfer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/xfer/xfer.c b/src/plugins/xfer/xfer.c index 653af92f1..864b4929e 100644 --- a/src/plugins/xfer/xfer.c +++ b/src/plugins/xfer/xfer.c @@ -1560,8 +1560,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) if (!xfer_config_init ()) return WEECHAT_RC_ERROR; - if (xfer_config_read () < 0) - return WEECHAT_RC_ERROR; + xfer_config_read (); xfer_create_directories ();