FS-7100: make buffer for sub contact big enough

This commit is contained in:
Michael Jerris 2014-12-22 17:18:57 -05:00
parent af6b23a124
commit 067cb0f0f2
1 changed files with 1 additions and 1 deletions

View File

@ -3680,7 +3680,7 @@ void sofia_presence_handle_sip_i_subscribe(int status,
int found_proto = 0;
const char *use_to_tag;
char to_tag[13] = "";
char buf[80] = "";
char buf[1025] = "";
char *orig_to_user = NULL;
char *p;