silent sms: Fix the silent SMS feature once again

It got broken in the refactoring of 20474ad029.
This commit is contained in:
Holger Hans Peter Freyther 2011-01-10 17:04:06 +01:00
parent cdfcbee53b
commit 8e3f0e7185
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ DEFUN(subscriber_silent_sms,
}
str = argv_concat(argv, argc, 2);
rc = _send_sms_str(subscr, str, 0);
rc = _send_sms_str(subscr, str, 64);
talloc_free(str);
subscr_put(subscr);