Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
aa9ac31b
Commit
aa9ac31b
authored
Aug 09, 1998
by
Kurt Zeilenga
Browse files
RAGE: /etc support
parent
c2047d5e
Changes
1
Show whitespace changes
Inline
Side-by-side
contrib/whois++/whois++.c
View file @
aa9ac31b
...
...
@@ -73,7 +73,7 @@ char **argv;
initialise
();
sprintf
(
tailor
,
"%s/%stailor"
,
ETC
DIR
,
program
);
sprintf
(
tailor
,
"%s/%stailor"
,
RUNTIMECONF
DIR
,
program
);
if
(
(
tailorFile
=
fopen
(
tailor
,
"r"
))
!=
NULL
)
{
readConfiguration
(
tailorFile
);
fclose
(
tailorFile
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment