mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
Use brackets in DEL macro
This commit is contained in:
@@ -562,7 +562,7 @@ int cmd_parser (int argc, char **argv, struct cfg_st* config)
|
||||
|
||||
}
|
||||
|
||||
#define DEL(x) free(x);x=NULL
|
||||
#define DEL(x) {free(x);x=NULL;}
|
||||
void clear_cfg_file(struct cfg_st* config)
|
||||
{
|
||||
unsigned i;
|
||||
|
||||
Reference in New Issue
Block a user