common: add default for XRDP_LOG_PATH
This commit is contained in:
parent
a71c0afcbf
commit
3b79792bcc
@ -41,4 +41,8 @@
|
||||
#define XRDP_LIB_PATH "/usr/local/lib/xrdp"
|
||||
#endif
|
||||
|
||||
#if !defined(XRDP_LOG_PATH)
|
||||
#define XRDP_LOG_PATH "/var/log"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user