Extcap: fix logically dead code (CID 1232344)

Change-Id: Ia6c178a9a5ec413004107f63c8dcaa38c19690b9
Reviewed-on: https://code.wireshark.org/review/8096
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Alexis La Goutte 2015-04-16 21:27:40 +02:00 committed by Evan Huus
parent 51d4d0af72
commit 32bbe0af23
1 changed files with 0 additions and 3 deletions

View File

@ -417,9 +417,6 @@ extcap_get_if_configuration(const char * ifname) {
g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_DEBUG, "Extcap path %s",
get_extcap_dir());
if (err_str != NULL)
*err_str = NULL;
argv[0] = g_strdup(EXTCAP_ARGUMENT_CONFIG);
argv[1] = g_strdup(EXTCAP_ARGUMENT_INTERFACE);
argv[2] = g_strdup(ifname);