Fixed transfer issue in fastpath.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4986 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2006-08-22 05:38:06 +00:00
committed by derek
parent a644c4cf67
commit 60b6685003
2 changed files with 5 additions and 2 deletions

View File

@ -251,7 +251,7 @@ public class UserManager {
return item.getNickname();
}
return null;
return jid;
}
/**