Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit b84df3d

Browse files
authored
Merge pull request #521 from tomsommer/patch-1
simplycom: Bugfix, unload plugin and remove ipv6 support
2 parents 5066980 + f4cfe15 commit b84df3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dyndns.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ PLUGIN_INIT(plugin_init)
556556
plugin_register_v6(&infomaniak, DYNDNS_UPDATE_IP_HTTP_REQUEST);
557557
plugin_register(&oray, DYNDNS_UPDATE_IP_HTTP_REQUEST);
558558
plugin_register(&simplycom, DYNDNS_UPDATE_IP_HTTP_REQUEST);
559-
plugin_register_v6(&simplycom, DYNDNS_UPDATE_IP_HTTP_REQUEST);
560559
}
561560

562561
PLUGIN_EXIT(plugin_exit)
@@ -590,6 +589,7 @@ PLUGIN_EXIT(plugin_exit)
590589
plugin_unregister(&dyndnsit);
591590
plugin_unregister(&infomaniak);
592591
plugin_unregister(&oray);
592+
plugin_unregister(&simplycom);
593593
}
594594

595595
/**

0 commit comments

Comments
 (0)