summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-14 03:48:26 +0000
committerTim Potter <tpot@samba.org>2003-04-14 03:48:26 +0000
commitbdb7a74419356f4b6064d928636c8f295e8b7230 (patch)
tree543429d05dabb49f3c22af53fe78370ecb6e09c5 /source3/smbd/service.c
parentc967d21ca75bd7b788aeec52dabe0c02faef342a (diff)
downloadsamba-bdb7a74419356f4b6064d928636c8f295e8b7230.tar.gz
samba-bdb7a74419356f4b6064d928636c8f295e8b7230.tar.bz2
samba-bdb7a74419356f4b6064d928636c8f295e8b7230.zip
Whitespace syncup.
(This used to be commit 8fe5bab565cdcf498e4d0f5cca31f799d249e3b3)
Diffstat (limited to 'source3/smbd/service.c')
-rw-r--r--source3/smbd/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index 67eea806c4..18a92bc82f 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.c
@@ -762,7 +762,7 @@ connection_struct *make_connection(const char *service_in, DATA_BLOB password,
fstring service;
fstring dev;
int snum = -1;
-
+
fstrcpy(dev, pdev);
/* This must ONLY BE CALLED AS ROOT. As it exits this function as root. */