Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
mapi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arne Øslebø
mapi
Commits
f3c17f49
Commit
f3c17f49
authored
Feb 28, 2006
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
file:///home/svn/mapi/trunk@372
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
153ea46b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
agent/agent.c
agent/agent.c
+4
-4
No files found.
agent/agent.c
View file @
f3c17f49
...
...
@@ -329,15 +329,15 @@ void *handle_request(void *arg) {
dbuf
->
length
=
BASIC_SIZE
;
break
;
#endif
case
AUTHENTICATE
:
/*
case AUTHENTICATE:
fprintf(stdout, "AUTHENTICATE\n");
/*
if(!agent_authenticate(dbuf))
if(!agent_authenticate(dbuf))
dbuf->cmd = AUTHENTICATE_ACK;
else
dbuf->cmd = ERROR_ACK;
dbuf->length = BASIC_SIZE;
*/
break
;
dbuf->length = BASIC_SIZE;
break;
*/
default:
die
(
"Default case found in handle_request loop!
\n
"
);
break
;
...
...
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