Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nxssh
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Алексей Аляев
nxssh
Commits
4a41a13d
Commit
4a41a13d
authored
8 years ago
by
Vitaly Lipatov
Committed by
Pavel Vainerman
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix debug(line)
parent
642c20fc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
proxy.c
proxy.c
+4
-4
No files found.
proxy.c
View file @
4a41a13d
...
@@ -2205,7 +2205,7 @@ void nx_dump_buffer(Buffer *buffer)
...
@@ -2205,7 +2205,7 @@ void nx_dump_buffer(Buffer *buffer)
line
[
l
]
=
'\\'
;
line
[
l
]
=
'\\'
;
line
[
l
+
1
]
=
'\0'
;
line
[
l
+
1
]
=
'\0'
;
debug
(
line
);
debug
(
"%s"
,
line
);
l
=
0
;
l
=
0
;
}
}
...
@@ -2215,7 +2215,7 @@ void nx_dump_buffer(Buffer *buffer)
...
@@ -2215,7 +2215,7 @@ void nx_dump_buffer(Buffer *buffer)
if
(
line
[
0
]
!=
'\0'
)
if
(
line
[
0
]
!=
'\0'
)
{
{
debug
(
line
);
debug
(
"%s"
,
line
);
}
}
debug
(
"---"
);
debug
(
"---"
);
...
@@ -2245,7 +2245,7 @@ void nx_dump_string(char *string)
...
@@ -2245,7 +2245,7 @@ void nx_dump_string(char *string)
line
[
l
]
=
'\\'
;
line
[
l
]
=
'\\'
;
line
[
l
+
1
]
=
'\0'
;
line
[
l
+
1
]
=
'\0'
;
debug
(
line
);
debug
(
"%s"
,
line
);
l
=
0
;
l
=
0
;
}
}
...
@@ -2255,7 +2255,7 @@ void nx_dump_string(char *string)
...
@@ -2255,7 +2255,7 @@ void nx_dump_string(char *string)
if
(
line
[
0
]
!=
'\0'
)
if
(
line
[
0
]
!=
'\0'
)
{
{
debug
(
line
);
debug
(
"%s"
,
line
);
}
}
debug
(
"---"
);
debug
(
"---"
);
...
...
This diff is collapsed.
Click to expand it.
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