Skip to content

Commit

Permalink
Merge pull request #1 from giscan/sock_uncomment
Browse files Browse the repository at this point in the history
Update client.c
  • Loading branch information
kikislater authored Nov 14, 2020
2 parents 1184652 + e996b11 commit 65726b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ send_sourcetable (connection_t *con) {

sock_write_line (con->sock, "SOURCETABLE 200 OK");
sock_write_line (con->sock, "Server: NTRIP NtripCaster %s/%s", info.version, info.ntrip_version);
// sock_write_line (con->sock, "Date: %s %s", time, info.timezone);
sock_write_line (con->sock, "Date: %s %s", time, info.timezone);
ifp = fopen("../conf/sourcetable.dat","r");
if (ifp != NULL) {
fseek(ifp, 0, SEEK_END);
Expand Down

0 comments on commit 65726b2

Please sign in to comment.