Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
coova-chilli
Commits
d10218ba
Commit
d10218ba
authored
Dec 19, 2016
by
Sevan Janiyan
Committed by
GitHub
Dec 19, 2016
Browse files
Fix indentation to indicate flow. (#331)
parent
5e073f79
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redir.c
View file @
d10218ba
...
...
@@ -3362,7 +3362,8 @@ int redir_main(struct redir_t *redir,
redir_chartohex(challenge, hexchal, REDIR_MD5LEN); \
msg.mtype = msgtype; \
memcpy(conn.s_state.redir.uamchal, challenge, REDIR_MD5LEN); \
if (_options.debug) syslog(LOG_DEBUG, "%s(%d): ---->>> resetting challenge: %s", __FUNCTION__, __LINE__, hexchal)
if (_options.debug) \
syslog(LOG_DEBUG, "%s(%d): ---->>> resetting challenge: %s", __FUNCTION__, __LINE__, hexchal)
#ifdef USING_IPC_UNIX
#define redir_msg_send(msgopt) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment