View | Details | Raw Unified | Return to bug 23160
Collapse All | Expand All

(-)src/notifier.c (-1 / +1 lines)
 Lines 59-65    Link Here 
59
#include "transfile.h"
59
#include "transfile.h"
60
#include "select_server.h"
60
#include "select_server.h"
61
61
62
extern maxnbackups;
62
extern int maxnbackups;
63
extern char *current_server_list;
63
extern char *current_server_list;
64
extern struct server_list *server_list;
64
extern struct server_list *server_list;
65
extern int server_list_entries;
65
extern int server_list_entries;
(-)src/main.c (-3 / +3 lines)
 Lines 68-74    Link Here 
68
char **module_dirs = NULL;
68
char **module_dirs = NULL;
69
int module_dir_count = 0;
69
int module_dir_count = 0;
70
char pidfile[PATH_MAX];
70
char pidfile[PATH_MAX];
71
extern maxnbackups;
71
extern int maxnbackups;
72
72
73
static char* read_pwd_from_file(char *filename)
73
static char* read_pwd_from_file(char *filename)
74
{
74
{
 Lines 285-294    Link Here 
285
	univention_ldap_parameters_t	*lp_local;
260
	univention_ldap_parameters_t	*lp_local;
286
	char *server_role;
261
	char *server_role;
287
#ifdef WITH_KRB5
262
#ifdef WITH_KRB5
288
	univention_krb5_parameters_t	*kp;
263
	univention_krb5_parameters_t	*kp = NULL;
289
	int				 do_kinit = 0;
264
	int				 do_kinit = 0;
290
#else
265
#else
291
	void				*kp;
266
	void				*kp = NULL ;
292
#endif
267
#endif
293
	int 				 debugging = 0,
268
	int 				 debugging = 0,
294
					 from_scratch = 0,
269
					 from_scratch = 0,

Return to bug 23160