Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
2fa31ba4
Commit
2fa31ba4
authored
May 16, 2006
by
steven_carr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Permit auth.c to test major version
parent
52fb63d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
rfbserver.c
libvncserver/rfbserver.c
+1
-0
rfb.h
rfb/rfb.h
+1
-0
No files found.
libvncserver/rfbserver.c
View file @
2fa31ba4
...
@@ -629,6 +629,7 @@ rfbProcessClientProtocolVersion(rfbClientPtr cl)
...
@@ -629,6 +629,7 @@ rfbProcessClientProtocolVersion(rfbClientPtr cl)
* maintaining RFB version compatibility across multiple servers is a pain
* maintaining RFB version compatibility across multiple servers is a pain
* Should use something like ServerIdentity encoding
* Should use something like ServerIdentity encoding
*/
*/
cl
->
protocolMajorVersion
=
major_
;
cl
->
protocolMinorVersion
=
minor_
;
cl
->
protocolMinorVersion
=
minor_
;
rfbLog
(
"Protocol version sent %d.%d, using %d.%d
\n
"
,
rfbLog
(
"Protocol version sent %d.%d, using %d.%d
\n
"
,
...
...
rfb/rfb.h
View file @
2fa31ba4
...
@@ -421,6 +421,7 @@ typedef struct _rfbClientRec {
...
@@ -421,6 +421,7 @@ typedef struct _rfbClientRec {
char
*
host
;
char
*
host
;
/* RFB protocol minor version number */
/* RFB protocol minor version number */
int
protocolMajorVersion
;
int
protocolMinorVersion
;
int
protocolMinorVersion
;
#ifdef LIBVNCSERVER_HAVE_LIBPTHREAD
#ifdef LIBVNCSERVER_HAVE_LIBPTHREAD
...
...
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