defensive-coding-guide/pot/Features/snippets/TLS-Client-NSS-Close.pot

30 lines
746 B
Text

#
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2013-08-13T01:54:52\n"
"PO-Revision-Date: 2013-08-13T01:54:52\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Tag: programlisting
#, no-c-format
msgid "\n"
"// Send close_notify alert.\n"
"if (PR_Shutdown(nspr, PR_SHUTDOWN_BOTH) != PR_SUCCESS) {\n"
" const PRErrorCode err = PR_GetError();\n"
" fprintf(stderr, \"error: PR_Read error %d: %s\n"
"\",\n"
" err, PR_ErrorToName(err));\n"
" exit(1);\n"
"}\n"
"// Closes the underlying POSIX file descriptor, too.\n"
"PR_Close(nspr);\n"
""
msgstr ""