Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6824980f
...
6824980f3b4e6ebd2a79a1bbab6ee3183e0b10b3
authored
2010-12-17 18:11:45 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor change
* imap4d/util.c (set_xscript_level): Fix typo.
1 parent
beb78229
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/util.c
imap4d/util.c
View file @
6824980
...
...
@@ -678,7 +678,7 @@ set_xscript_level (int xlev)
if
(
xlev
!=
MU_XSCRIPT_NORMAL
)
{
if
(
mu_debug_level_p
(
MU_DEBCAT_REMOTE
,
MU_XSCRIPT_SECURE
?
xlev
==
MU_XSCRIPT_SECURE
?
MU_DEBUG_TRACE6
:
MU_DEBUG_TRACE7
))
return
MU_XSCRIPT_NORMAL
;
}
...
...
Please
register
or
sign in
to post a comment