pidgin/pidgin

Fix inverted arguments to DNSServiceRegister.

2021-01-03, Elliott Sales de Andrade
918e73ae55b0
Fix inverted arguments to DNSServiceRegister.

The flags and interface index were swapped, though it worked out fine since the constant was 0 anyway.

Testing Done:
Compiled only; this is a semantic change only in the end.

Reviewed at https://reviews.imfreedom.org/r/329/
if ENABLE_DOC
subdir('reference')
endif
if ENABLE_GTK
pidgin_man = configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
finch_man = configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif