This commit is contained in:
XANTRONIX Development 2015-07-23 02:53:50 +00:00
parent 9039f8e66d
commit 5ef6002854

View file

@ -95,7 +95,7 @@ patty_ax25_if *patty_ax25_create_if(patty_ax25 *ax25, int opts, void *info) {
static uint32_t address_hash(patty_ax25_address *address) {
char key[10];
if (snprintf(key, sizeof(key), "%s/%d", callsign, ssid) < 0) {
if (snprintf(key, sizeof(key), "%s/%d", address->callsign, address->ssid) < 0) {
goto error_snprintf_key;
}