Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
fd3b89a7
Commit
fd3b89a7
authored
Aug 06, 2006
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment fix.
* src/server/aux-items.c (aux_item_validate): Fixed a typo in a comment.
parent
8c478077
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ChangeLog
ChangeLog
+4
-0
src/server/aux-items.c
src/server/aux-items.c
+1
-1
No files found.
ChangeLog
View file @
fd3b89a7
2006-08-01 Per Cederqvist <ceder@lysator.liu.se>
2006-08-01 Per Cederqvist <ceder@lysator.liu.se>
Comment fix.
* src/server/aux-items.c (aux_item_validate): Fixed a typo in a
comment.
Test suite fix.
Test suite fix.
* src/server/testsuite/lyskomd.0/person-cov.exp: Handle the new
* src/server/testsuite/lyskomd.0/person-cov.exp: Handle the new
message when a person is deleted, even when debug calls are
message when a person is deleted, even when debug calls are
...
...
src/server/aux-items.c
View file @
fd3b89a7
...
@@ -958,7 +958,7 @@ aux_item_validate(Aux_item_validation_data validation_data)
...
@@ -958,7 +958,7 @@ aux_item_validate(Aux_item_validation_data validation_data)
kom_errno
=
KOM_ILL_AUX
;
kom_errno
=
KOM_ILL_AUX
;
return
FAILURE
;
return
FAILURE
;
case
-
2
:
case
-
2
:
/* Internal error may
(
be temporary) */
/* Internal error
(
may be temporary) */
kom_log
(
"Internal error in regex matching aux-item data.
\n
"
);
kom_log
(
"Internal error in regex matching aux-item data.
\n
"
);
kom_errno
=
KOM_ILL_AUX
;
kom_errno
=
KOM_ILL_AUX
;
return
FAILURE
;
return
FAILURE
;
...
...
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