mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
remove a line that was added by mistake
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21098 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -89,8 +89,6 @@ static int sayunixtime_exec(struct ast_channel *chan, void *data)
|
|||||||
|
|
||||||
LOCAL_USER_ADD(u);
|
LOCAL_USER_ADD(u);
|
||||||
|
|
||||||
args.format = "c"; /* default datetime */
|
|
||||||
|
|
||||||
AST_STANDARD_APP_ARGS(args, parse);
|
AST_STANDARD_APP_ARGS(args, parse);
|
||||||
|
|
||||||
ast_get_time_t(args.timeval, &unixtime, time(NULL), NULL);
|
ast_get_time_t(args.timeval, &unixtime, time(NULL), NULL);
|
||||||
|
Reference in New Issue
Block a user