Skip to content

Commit

Permalink
Update to new libccnet API
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Nov 22, 2016
1 parent 7f68ef0 commit 78082a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus-seafile/seafile-rpc-client.c
Expand Up @@ -39,7 +39,7 @@ gboolean seafile_rpc_instance_connect ()
}

sync_client_ = ccnet_client_new ();
if (ccnet_client_load_confdir (sync_client_, ccnet_dir) < 0)
if (ccnet_client_load_confdir (sync_client_, NULL, ccnet_dir) < 0)
{
g_object_unref (sync_client_);
return FALSE;
Expand Down

0 comments on commit 78082a8

Please sign in to comment.