Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
613fac5c
Commit
613fac5c
authored
Aug 06, 2003
by
Per Cederqvist
Browse files
(lyskomd_host): Use adnshost to set it, so that it is set the same way
as when lyskomd is running.
parent
23e374d2
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server/testsuite/config/unix.exp
View file @
613fac5c
...
...
@@ -77,7 +77,7 @@ set line_leader ""
set meta_line_leader ""
# Values that show up in protocol messages
set lyskomd_host [
exec python -c "import socket\nprint socket.gethostbyaddr(\"127.0.0.1\")\[0\]"
]
set lyskomd_host [
lindex [exec ../../libraries/adns/client/adnshost -i 127.0.0.1] 2
]
# valgrind support
set valgrindix 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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