Skip to content

Commit 22eaf49

Browse files
committed
fix comment in TLS test
1 parent a75796f commit 22eaf49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-mongoc-stream-tls-hangup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ ssl_hangup_server (void *ptr)
9191
* 2. waits on a condvar until the server is up
9292
* 3. connects to the server's port
9393
* 4. writes a byte
94-
* 6. confirms that the server hangs up promptly
95-
* 8. shuts down
94+
* 5. confirms that the server hangs up promptly
95+
* 6. shuts down
9696
*/
9797
static void *
9898
ssl_hangup_client (void *ptr)

0 commit comments

Comments
 (0)