diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-17 02:25:58 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-12-17 02:25:58 +0100 |
commit | 643dfc4be2e84dc4acb1a446867705e150480210 (patch) | |
tree | 90fe517fcac9490972f64b8cd99ec2f658c71359 /storage_text.c | |
parent | 4146a07de5f44f3ea00a3ef0026098b28e7451de (diff) | |
parent | 32c632fb46e58043a2d437c44cad783a59b7aea9 (diff) |
Merge integration
Diffstat (limited to 'storage_text.c')
-rw-r--r-- | storage_text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage_text.c b/storage_text.c index d3823cac..54905440 100644 --- a/storage_text.c +++ b/storage_text.c @@ -41,7 +41,7 @@ static struct prpl *find_protocol_by_id(int id) { switch (id) { - case 1: return find_protocol("oscar"); + case 0: case 1: case 3: return find_protocol("oscar"); case 4: return find_protocol("msn"); case 2: return find_protocol("yahoo"); case 8: return find_protocol("jabber"); |