You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
292 B

  1. --- a/src/smsd.c 2010-09-21 13:47:48.000000000 +0300
  2. +++ b/src/smsd.c 2013-03-05 05:26:26.000000000 +0300
  3. @@ -5200,8 +5200,8 @@
  4. int result = 1;
  5. char *cmd;
  6. char *p;
  7. - char answer[500];
  8. - char buffer[600];
  9. + char answer[1024];
  10. + char buffer[1024];
  11. int fd;
  12. int log_retry = 3;
  13. int i;