Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
78fd018f
Commit
78fd018f
authored
Aug 20, 2014
by
Giuseppe Lo Presti
Browse files
Fixed typo
parent
84778142
Changes
1
Hide whitespace changes
Inline
Side-by-side
gridftp2/globus_gridftp_server_CASTOR2.c
View file @
78fd018f
...
...
@@ -618,7 +618,7 @@ static void globus_l_gfs_CASTOR2_recv(globus_gfs_operation_t op,
if
(
strcmp
(
CASTOR2_handle
->
access_mode
,
"w"
)
!=
0
&&
strcmp
(
CASTOR2_handle
->
access_mode
,
"o"
)
!=
0
)
{
result
=
GlobusGFSErrorGeneric
(
"error: incorect access mode"
);
result
=
GlobusGFSErrorGeneric
(
"error: incor
r
ect access mode"
);
globus_gridftp_server_finished_transfer
(
op
,
result
);
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment