diff -r d5c880e6d772 -r c92596feac0d project_files/frontlib/net/netconn.c --- a/project_files/frontlib/net/netconn.c Mon Aug 20 17:08:52 2012 +0200 +++ b/project_files/frontlib/net/netconn.c Mon Aug 20 20:16:37 2012 +0200 @@ -450,7 +450,7 @@ if(cfg) { flib_scheme_destroy(conn->scheme); conn->scheme = cfg; - conn->onCfgSchemeCb(conn->onCfgSchemeCtx, cfg); + conn->onSchemeChangedCb(conn->onSchemeChangedCtx, cfg); } else { flib_log_e("Error processing CFG SCHEME message"); }