Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#35468 from fldvrees/patch-3
Browse files Browse the repository at this point in the history
Fix filename reference
  • Loading branch information
ktoliver committed Jul 19, 2019
2 parents 2aa9c9d + 77eb12f commit 2831f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/iot-hub/quickstart-device-streams-proxy-c.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ In this section, you establish an end-to-end stream to tunnel SSH traffic.

### Run the device-local proxy application

1. Edit the source file *iothub_client_c2d_streaming_sample.c* in the folder *iothub_client/samples/iothub_client_c2d_streaming_sample*, and provide your device connection string, target device IP/hostname, and the SSH port 22:
1. Edit the source file *iothub_client_c2d_streaming_proxy_sample.c* in the folder *iothub_client/samples/iothub_client_c2d_streaming_proxy_sample*, and provide your device connection string, target device IP/hostname, and the SSH port 22:

```C
/* Paste in your iothub connection string */
Expand Down

0 comments on commit 2831f0c

Please sign in to comment.