projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New codename for 0.4.
[paraslash.git]
/
grab_client.c
diff --git
a/grab_client.c
b/grab_client.c
index
b9d7014
..
9b4ef69
100644
(file)
--- a/
grab_client.c
+++ b/
grab_client.c
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 2006-200
8
Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-200
9
Andre Noll <maan@systemlinux.org>
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
@@
-25,7
+25,6
@@
#include "error.h"
#include "string.h"
#include "fd.h"
#include "error.h"
#include "string.h"
#include "fd.h"
-#include "crypt.h"
/** Grab clients that are not yet attached to a filter node. */
struct list_head inactive_grab_client_list;
/** Grab clients that are not yet attached to a filter node. */
struct list_head inactive_grab_client_list;
@@
-83,7
+82,7
@@
static int check_gc_args(struct grab_client *gc)
{
int i;
struct grab_client_args_info *c = gc->conf;
{
int i;
struct grab_client_args_info *c = gc->conf;
- char **mv = grab_client_cmdline_parser_mode_values;
+ c
onst c
har **mv = grab_client_cmdline_parser_mode_values;
PARA_INFO_LOG("filter_num: %d\n", c->filter_num_arg);
for (i = 0; mv[i]; i++)
PARA_INFO_LOG("filter_num: %d\n", c->filter_num_arg);
for (i = 0; mv[i]; i++)