diff options
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r-- | source3/nmbd/nmbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 73a3b8bf960..7884ff8dd06 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -338,7 +338,7 @@ static void reload_interfaces(time_t t) } } if (n == -1) { - /* oops, an interface has disapeared. This is + /* oops, an interface has disappeared. This is tricky, we don't dare actually free the interface as it could be being used, so instead we just wear the memory leak and |