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:
parent
5b80b9340f
commit
5eb347193f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user