You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because we only take non-whitespace and non-quote characters we will never have any quote characters. It might be enough to remove the matches on '\'' and '"'. I'm not sure I understand what the code is supposed to do.
We should probably use a_single_param more - at least I was somewhat unaware of it.
The text was updated successfully, but these errors were encountered:
The conditional here will always be false:
miragevpn/src/config.ml
Lines 800 to 808 in a401e2c
because we only take non-whitespace and non-quote characters we will never have any quote characters. It might be enough to remove the matches on
'\''
and'"'
. I'm not sure I understand what the code is supposed to do.We should probably use
a_single_param
more - at least I was somewhat unaware of it.The text was updated successfully, but these errors were encountered: