First commit towards replacing pCon-> with someFunc(pCon)
This is accompanied with the removal of dead code in conman.c and else
This commit is contained in:
2
proxy.c
2
proxy.c
@@ -294,7 +294,7 @@ static hdbCallbackReturn ProxyCallback(pHdb node, void *userData,
|
||||
GetHdbProperty(node, "proxy", proxyDev, 80);
|
||||
status = StartDevice(pServ->pExecutor, proxyDev,
|
||||
self->pDes, self, pCon,
|
||||
pCon->runLevel, (float) set->v->v.doubleValue);
|
||||
SCGetRunLevel(pCon), (float) set->v->v.doubleValue);
|
||||
if (status == 1) {
|
||||
return hdbContinue;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user