Skip to content

Commit

Permalink
lib: renamed bnet_sever_tcp.h --> bnet_server_tcp.h
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Sep 14, 2018
1 parent f06bdfd commit 88bba39
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/src/dird/socket_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "dird/dird_globals.h"
#include "dird/fd_cmds.h"
#include "dird/ua_server.h"
#include "lib/bnet_sever_tcp.h"
#include "lib/bnet_server_tcp.h"

namespace directordaemon {

Expand Down
2 changes: 1 addition & 1 deletion core/src/filed/socket_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "filed/filed_globals.h"
#include "filed/dir_cmd.h"
#include "filed/sd_cmds.h"
#include "lib/bnet_sever_tcp.h"
#include "lib/bnet_server_tcp.h"

namespace filedaemon {

Expand Down
2 changes: 1 addition & 1 deletion core/src/lib/bnet_server_tcp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/

#include "include/bareos.h"
#include "lib/bnet_sever_tcp.h"
#include "lib/bnet_server_tcp.h"
#include "lib/bsys.h"

#include <netinet/in.h>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion core/src/stored/socket_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "stored/dir_cmd.h"
#include "stored/fd_cmds.h"
#include "stored/sd_cmds.h"
#include "lib/bnet_sever_tcp.h"
#include "lib/bnet_server_tcp.h"

namespace storagedaemon {

Expand Down

0 comments on commit 88bba39

Please sign in to comment.