diff options
Diffstat (limited to 'src/DabMux.cpp')
-rw-r--r-- | src/DabMux.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DabMux.cpp b/src/DabMux.cpp index 8bd2549..107431b 100644 --- a/src/DabMux.cpp +++ b/src/DabMux.cpp @@ -2178,6 +2178,10 @@ int main(int argc, char *argv[]) else if (mgmt_server->request_pending()) { mgmt_server->update_ptree(pt); } + /* + else if (mgmt_server->retrieve_new_ptree(pt)) { + } + */ } } } |