Browse Source

Fix spelling

PR:	kern/124723
Event:	Bugathon#5
tags/ggatessh-v1.0.0
gonzo 16 years ago
parent
commit
a87d6e404d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ggated/ggated.c

+ 2
- 2
ggated/ggated.c View File

@@ -211,10 +211,10 @@ line_parse(char *line, unsigned lineno)

ex = malloc(sizeof(*ex));
if (ex == NULL)
g_gate_xlog("No enough memory.");
g_gate_xlog("Not enough memory.");
ex->e_path = strdup(path);
if (ex->e_path == NULL)
g_gate_xlog("No enough memory.");
g_gate_xlog("Not enough memory.");

/* Made 'and' here. */
ex->e_ip = (ip & mask);


Loading…
Cancel
Save