1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

Fix a "nested extern declaration" warning

(This used to be commit e473e6d50c)
This commit is contained in:
Volker Lendecke 2008-03-06 12:44:41 +01:00
parent 5b80b9340f
commit 5eb347193f

View File

@ -27,6 +27,8 @@
#include "libsmb_internal.h"
extern bool in_client;
/*
* Is the logging working / configfile read ?
*/
@ -410,7 +412,6 @@ smbc_init_context(SMBCCTX *context)
int pid;
char *user = NULL;
char *home = NULL;
extern bool in_client;
if (!context) {
errno = EBADF;