get_yrcall_from_cache expansion

pull/5/head
Tom Early 8 years ago
parent bc591f93ab
commit afa32de002

@ -531,7 +531,7 @@ int CQnetGateway::get_yrcall_rptr_from_cache(char *call, char *arearp_cs, char *
return 2;
}
if ((*mod != 'A') && (*mod != 'B') && (*mod != 'C')) {
if (*mod == 'G') {
printf("Invalid module %c\n", *mod);
return 2;
}

@ -1,5 +1,5 @@
// version strings must be 55 characters or less!
#define IRCDDB_VERSION "linux-qngateway-6.1.0"
#define IRCDDB_VERSION "linux-qngateway-6.1.1"
#define LINK_VERSION "6.0.0"
#define DVAP_VERSION "linux-qndvap-5.1.1"
#define DVRPTR_VERSION "linux-qndvrptr-5.1.0"

Loading…
Cancel
Save

Powered by TurnKey Linux.