project_files/frontlib/net/netconn.c
changeset 7580 c92596feac0d
parent 7566 57d343ee382f
child 7691 55c0a856ecd0
--- 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");
 					}