diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-26 01:08:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:17 -0500 |
commit | 5ae38fb963cf1907043129b4d423c7bc8fe18fb1 (patch) | |
tree | 2b7aea4ee1bd3a43048c217dddd2b14de2e2fc09 /source4/lib/socket | |
parent | 747eb74d2e68745bc817d6f5713915ae63137ee2 (diff) | |
download | samba-5ae38fb963cf1907043129b4d423c7bc8fe18fb1.tar.gz samba-5ae38fb963cf1907043129b4d423c7bc8fe18fb1.tar.bz2 samba-5ae38fb963cf1907043129b4d423c7bc8fe18fb1.zip |
r6070: Fix typo's and fallback to "" as default user name if no
other username could be guessed.
(This used to be commit 7fe77cd65901776b5a78e8398547f364379259d3)
Diffstat (limited to 'source4/lib/socket')
-rw-r--r-- | source4/lib/socket/socket_unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/socket/socket_unix.c b/source4/lib/socket/socket_unix.c index 7cf12db4b2..614229aaac 100644 --- a/source4/lib/socket/socket_unix.c +++ b/source4/lib/socket/socket_unix.c @@ -23,7 +23,6 @@ #include "includes.h" #include "lib/socket/socket.h" -#include "lib/socket/socket.h" #include "system/network.h" #include "system/filesys.h" |