This website works better with JavaScript
Home
Explore
Help
Sign In
zorun
/
kea
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Corrected a typo in an earlier revision that made b10-loadzone stop
working. (It's an obvious and trivial change, so I'm committing to trunk.)
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1845 e5f2f494-b856-4b98-b285-d166d9295462
Evan Hunt
15 years ago
parent
c0c6816b89
commit
c8457efe93
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/bin/loadzone/b10-loadzone.py.in
+ 1
- 1
src/bin/loadzone/b10-loadzone.py.in
View File
@@ -77,4 +77,4 @@ def main():
exit(1)
if __name__ == "__main__":
- main(
datasrc
+ main(
)