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
emulab
emulab-devel
Commits
61d45939
Commit
61d45939
authored
Mar 08, 2006
by
Mike Hibler
Browse files
Argh, fix a brain-o I introduced long ago.
parent
bf2a2c93
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
61d45939
...
...
@@ -877,7 +877,7 @@ handle_request(int sock, struct sockaddr_in *client, char *rdata, int istcp)
if
(
sscanf
(
bp
,
"VERSION=%d"
,
&
i
)
==
1
)
{
version
=
i
;
if
(
version
>
CURRENT_VERSION
)
{
error
(
"
%s:
version skew: server=%d, request=%d, "
error
(
"version skew: server=%d, request=%d, "
"old TMCD installed?
\n
"
,
CURRENT_VERSION
,
version
);
}
...
...
Write
Preview
Supports
Markdown
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