Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
dimbor
nx-libs
Commits
f706d774
Commit
f706d774
authored
Jun 02, 2015
by
Salvador Fandino
Committed by
Mike Gabriel
Jul 04, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove now unused function ParseListenOption
parent
c92a102b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
Loop.cpp
nxcomp/Loop.cpp
+0
-20
No files found.
nxcomp/Loop.cpp
View file @
f706d774
...
@@ -524,14 +524,6 @@ static int ParseHostOption(const char *opt, char *host, int &port);
...
@@ -524,14 +524,6 @@ static int ParseHostOption(const char *opt, char *host, int &port);
static
int
ParseFontPath
(
char
*
path
);
static
int
ParseFontPath
(
char
*
path
);
//
//
// Determine the interface where to listen for
// the remote proxy connection or the local
// forwarder.
//
static
int
ParseListenOption
(
int
&
interface
);
//
// Translate a pack method id in a literal.
// Translate a pack method id in a literal.
//
//
...
@@ -13476,18 +13468,6 @@ ParseFontPathError:
...
@@ -13476,18 +13468,6 @@ ParseFontPathError:
return
-
1
;
return
-
1
;
}
}
int
ParseListenOption
(
int
&
address
)
{
if
(
loopbackBind
||
(
control
->
ProxyMode
==
proxy_server
))
{
address
=
htonl
(
INADDR_LOOPBACK
);
}
else
{
address
=
htonl
(
INADDR_ANY
);
}
return
1
;
}
int
OpenLogFile
(
char
*
name
,
ostream
*&
stream
)
int
OpenLogFile
(
char
*
name
,
ostream
*&
stream
)
{
{
if
(
name
==
NULL
||
*
name
==
'\0'
)
if
(
name
==
NULL
||
*
name
==
'\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