Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
bwmtools
bwmtools
Commits
5830d8c8
Commit
5830d8c8
authored
Jan 19, 2005
by
Nigel Kukard
Browse files
* Small code cleanup to fix warning on compile
parent
2b0636d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwm_firewall/bwm_firewall.c
View file @
5830d8c8
...
...
@@ -237,7 +237,7 @@ static int writeFirewall(GList *ruleList, char *filename, char load)
// Check if we piping to iptables aswell
if
(
piptables_restore
)
{
fprintf
(
piptables_restore
,
"%s"
,
data
);
fprintf
(
piptables_restore
,
"%s"
,
(
char
*
)
data
);
// Check for IO error
if
(
ferror
(
piptables_restore
))
{
...
...
Write
Preview
Supports
Markdown
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