mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
bsc_msc: Fix the naming of this function.
This commit is contained in:
@@ -83,7 +83,7 @@ static int msc_connection_connect(struct bsc_fd *fd, unsigned int what)
|
||||
socklen_t len = sizeof(val);
|
||||
|
||||
if ((what & BSC_FD_WRITE) == 0) {
|
||||
LOGP(DMSC, LOGL_ERROR, "Callback but not readable.\n");
|
||||
LOGP(DMSC, LOGL_ERROR, "Callback but not writable.\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user