mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Warning cleanup: destroy_actions() returns no value; use return type void
This commit is contained in:
parent
da0c0360e4
commit
f67fecc7fb
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ destroy_action(
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
static void
|
||||
destroy_actions(
|
||||
struct rewrite_action *paction
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue