[PR #111] [MERGED] Fix config file name in server help message #1566

Closed
opened 2026-05-05 07:56:30 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/111
Author: @pbogut
Created: 8/9/2018
Status: Merged
Merged: 8/26/2018
Merged by: @walker0643

Base: masterHead: fix-server-help-message


📝 Commits (1)

  • af8bbf2 Fix config file name in server help message

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/lib/barrier/ServerApp.cpp (+1 -1)

📄 Description

To load config this code is used:
path = PathUtilities::concat(path, USR_CONFIG_NAME);

So I fixed help message to reflect that, as USR_CONFIG_NAME and SYS_CONFIG_NAME are different.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/111 **Author:** [@pbogut](https://github.com/pbogut) **Created:** 8/9/2018 **Status:** ✅ Merged **Merged:** 8/26/2018 **Merged by:** [@walker0643](https://github.com/walker0643) **Base:** `master` ← **Head:** `fix-server-help-message` --- ### 📝 Commits (1) - [`af8bbf2`](https://github.com/debauchee/barrier/commit/af8bbf26749961410a346aff9429be7ed958577a) Fix config file name in server help message ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/barrier/ServerApp.cpp` (+1 -1) </details> ### 📄 Description To load config this code is used: `path = PathUtilities::concat(path, USR_CONFIG_NAME);` So I fixed help message to reflect that, as `USR_CONFIG_NAME` and `SYS_CONFIG_NAME` are different. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:56:30 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1566
No description provided.