diff --git a/src/sbbs3/qwk.cpp b/src/sbbs3/qwk.cpp
index 47abf6c63ec6d66b9cbfbc565f118877519fcdeb..cef46c6994f98809a21730c823ca6417e178ead7 100644
--- a/src/sbbs3/qwk.cpp
+++ b/src/sbbs3/qwk.cpp
@@ -1038,7 +1038,7 @@ bool sbbs_t::qwk_voting(const char* fname, smb_net_type_t net_type)
 			}
 			if(net_type != NET_NONE)
 				smb_hfield_netaddr(&msg
-					,SENDERNETADDR, iniGetString(ini,votes[u], smb_hfieldtype(SENDERNETTYPE), NULL, NULL), &net_type);
+					,SENDERNETADDR, iniGetString(ini,votes[u], smb_hfieldtype(SENDERNETADDR), NULL, NULL), &net_type);
 			uint subnum = resolve_qwkconf(iniGetInteger(ini, votes[u], "Conference", 0));
 			if(subnum == INVALID_SUB)
 				continue;