core: parentApp hasn't been a thing in a long while.

This commit is contained in:
2025-12-06 14:30:30 -05:00
parent 6381ba6785
commit 2b191a5345
2 changed files with 0 additions and 11 deletions

View File

@@ -256,10 +256,8 @@ static void _httpd_app_hello_work(tf_ssb_t* ssb, void* user_data)
char blob_id[k_id_base64_len] = { 0 };
tf_httpd_user_app_t* user_app = tf_httpd_parse_user_app_from_path(work->path, NULL);
tf_printf("path = %s\n", work->path);
if (user_app)
{
tf_printf("user = %s app = %s\n", user_app->user, user_app->app);
size_t length = strlen("path:") + strlen(user_app->app) + 1;
char* key = alloca(length);
snprintf(key, length, "path:%s", user_app->app);