Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jarl
tor
Commits
8d8d6b56
Commit
8d8d6b56
authored
20 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
raise your hand if you can spell
svn:r2743
parent
233f516d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/or/control.c
+2
-2
2 additions, 2 deletions
src/or/control.c
with
2 additions
and
2 deletions
src/or/control.c
+
2
−
2
View file @
8d8d6b56
...
...
@@ -37,7 +37,7 @@
#define CONTROL_CMD_SETEVENTS 0x0005
#define CONTROL_CMD_EVENT 0x0006
#define CONTROL_CMD_AUTHENTICATE 0x0007
#define CONTROL_CMD_SA
F
ECONF 0x0008
#define CONTROL_CMD_SA
V
ECONF 0x0008
#define _CONTROL_CMD_MAX_RECOGNIZED 0x0008
/* Recognized error codes. */
...
...
@@ -440,7 +440,7 @@ connection_control_process_inbuf(connection_t *conn) {
if
(
handle_control_authenticate
(
conn
,
body_len
,
body
))
return
-
1
;
break
;
case
CONTROL_CMD_SA
F
ECONF
:
case
CONTROL_CMD_SA
V
ECONF
:
if
(
handle_control_saveconf
(
conn
,
body_len
,
body
))
return
-
1
;
break
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment