]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main: Use ast_strdup instead of strdup 24/1924/1
authorDiederik de Groot <ddegroot@talon.nl>
Thu, 7 Jan 2016 09:33:02 +0000 (10:33 +0100)
committerDiederik de Groot <ddegroot@talon.nl>
Thu, 7 Jan 2016 09:34:15 +0000 (10:34 +0100)
commit7856762f2f51209ee603cfd182a4c10ead95185e
treefa8a0daa99795e3556947ae9c97eac18bd4c732a
parent0f87b89b3299f57ba799d4e595ba491a1c171dbf
main: Use ast_strdup instead of strdup

Fix compile error in main/utils.c because strdup was used in dummy_start

Change-Id: Id61a6cf4f3cbf235450441e10e7da101a6335793
main/utils.c