common: add default for XRDP_LOG_PATH

This commit is contained in:
Jay Sorg 2014-07-24 22:28:26 -07:00
parent a71c0afcbf
commit 3b79792bcc

View File

@ -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