diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-01 14:24:07 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-01 14:24:07 +0000 |
commit | 1f309b3e73e5c8ee1194cb36c13f7c741cb17cd6 (patch) | |
tree | 952b4f9ad5a50e841c33a4b30ba82e33634a1ee5 /Protocols/IAX/IAXProto.cpp | |
parent | ad9337e34b704a7f708bef38616a8e9fa8b9d8a9 (diff) |
iax: allow miranda 0.8
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@200 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/IAX/IAXProto.cpp')
-rw-r--r-- | Protocols/IAX/IAXProto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Protocols/IAX/IAXProto.cpp b/Protocols/IAX/IAXProto.cpp index 4763378..d8108e2 100644 --- a/Protocols/IAX/IAXProto.cpp +++ b/Protocols/IAX/IAXProto.cpp @@ -121,7 +121,7 @@ DWORD_PTR __cdecl IAXProto::GetCaps( int type, HANDLE hContact ) return 0;
case PFLAGNUM_4:
- return PF4_NOCUSTOMAUTH;
+ return 0;
case PFLAG_UNIQUEIDTEXT:
return (UINT_PTR) Translate("Username");
|