Fix compiler warnings.
This commit is contained in:
parent
d6c50eb73a
commit
5d78e497f1
4 changed files with 9 additions and 9 deletions
|
|
@ -243,6 +243,9 @@ static void make_names(void) {
|
|||
if(!logfilename)
|
||||
xasprintf(&logfilename, LOCALSTATEDIR "/log/%s.log", identname);
|
||||
|
||||
if(!controlcookiename)
|
||||
xasprintf(&controlcookiename, LOCALSTATEDIR "/run/%s.cookie", identname);
|
||||
|
||||
if(netname) {
|
||||
if(!confbase)
|
||||
xasprintf(&confbase, CONFDIR "/tinc/%s", netname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue