projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6e7d95
)
Password should default to undef, not an empty string
author
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 16 Jan 2014 15:42:02 +0000
(10:42 -0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 16 Jan 2014 15:42:02 +0000
(10:42 -0500)
bucardo
patch
|
blob
|
blame
|
history
diff --git
a/bucardo
b/bucardo
index 794499f769f7a61f9e046ae0ab212f4a6c83cd86..27fe0ddf2ec5b95921958188fcd6bec009758c29 100755
(executable)
--- a/
bucardo
+++ b/
bucardo
@@
-66,7
+66,7
@@
my $bcargs = {
bcverbose => 1,
dbname => 'bucardo',
dbuser => 'bucardo',
- dbpass =>
''
,
+ dbpass =>
undef
,
sendmail => 0,
extraname => '',
logseparate => 0,