aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_um.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-01-14 02:27:12 +0000
committerBill Meier <wmeier@newsguy.com>2009-01-14 02:27:12 +0000
commit583c21e9b835041f9cc5ae5b20f377ea054c840b (patch)
treeafbb6dc006b6884f7d81a1c7afcf334c00a2dddd /epan/dissectors/packet-gsm_um.c
parent292f1e1eb42a820ba0c3619d5a3010498e5802e0 (diff)
prefs callback not needed.
svn path=/trunk/; revision=27228
Diffstat (limited to 'epan/dissectors/packet-gsm_um.c')
-rw-r--r--epan/dissectors/packet-gsm_um.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_um.c b/epan/dissectors/packet-gsm_um.c
index 1a758b5014..4f98fb6d9f 100644
--- a/epan/dissectors/packet-gsm_um.c
+++ b/epan/dissectors/packet-gsm_um.c
@@ -297,7 +297,7 @@ proto_register_gsm_um(void)
proto_register_field_array(proto_gsm_um, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
- gsm_um_module = prefs_register_protocol(proto_gsm_um, proto_reg_handoff_gsm_um);
+ gsm_um_module = prefs_register_protocol(proto_gsm_um, NULL);
prefs_register_bool_preference(gsm_um_module, "dcs1800",
"Treat ARFCN 512-810 as DCS 1800 rather than PCS 1900",
"Treat ARFCN 512-810 as DCS 1800 rather than PCS 1900",