wip
This commit is contained in:
parent
9039f8e66d
commit
5ef6002854
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
static uint32_t address_hash(patty_ax25_address *address) {
|
||||||
char key[10];
|
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;
|
goto error_snprintf_key;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue