* INTC Contribution to the O-RAN F Release for O-DU Low
[o-du/phy.git] / fapi_5g / source / utils / nr5g_fapi_cmd.c
index 6181ac9..4cf3121 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
 *
-*   Copyright (c) 2019 Intel.
+*   Copyright (c) 2021 Intel.
 *
 *   Licensed under the Apache License, Version 2.0 (the "License");
 *   you may not use this file except in compliance with the License.
@@ -116,7 +116,7 @@ static void nr5g_fapi_cmd_print_version(
 static void nr5g_fapi_cmd_exit(
     p_nr5g_fapi_phy_ctx_t p_phy_ctx)
 {
-    p_phy_ctx->process_exit = 0;
+    p_phy_ctx->process_exit = 1;
     printf("Exitting App...\n");
     exit(0);
 }