Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
587d4cae
Commit
587d4cae
authored
Oct 14, 2005
by
Leigh B. Stoller
Browse files
Do not throw a fatal error when a user does not exist in the jabber DB.
parent
fc570caa
Changes
1
Hide whitespace changes
Inline
Side-by-side
collab/jabber/jabberproxy.in
View file @
587d4cae
...
...
@@ -824,7 +824,7 @@ sub DelBuddies(@)
if
(
JabberUser
(
$user
)
!=
0
)
{
print
"
User '
$user
' does not exist in Jabber user list!
\n
";
return
-
1
;
return
0
;
}
my
$owner
=
"
${user}
\@
${REALM}
";
...
...
Write
Preview
Supports
Markdown
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