diff options
Diffstat (limited to 'asn1/dsp')
-rw-r--r-- | asn1/dsp/packet-dsp-template.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/asn1/dsp/packet-dsp-template.c b/asn1/dsp/packet-dsp-template.c index 9283e7e406..e801443dc5 100644 --- a/asn1/dsp/packet-dsp-template.c +++ b/asn1/dsp/packet-dsp-template.c @@ -303,11 +303,7 @@ void proto_register_dsp(void) { /* Register our configuration options for DSP, particularly our port */ -#ifdef PREFERENCE_GROUPING dsp_module = prefs_register_protocol_subtree("OSI/X.500", proto_dsp, prefs_register_dsp); -#else - dsp_module = prefs_register_protocol(proto_dsp, prefs_register_dsp); -#endif prefs_register_uint_preference(dsp_module, "tcp.port", "DSP TCP Port", "Set the port for DSP operations (if other" |